20 lines
511 B
Makefile
20 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.19 2001/06/19 04:38:58 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libxml-1.8.13
|
|
CATEGORIES= textproc devel lang gnome
|
|
MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \
|
|
${MASTER_SITE_GNOME:=stable/sources/libxml/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
COMMENT= XML parser, mainly used by the GNOME project
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../devel/zlib/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|