2002-04-26 12:32:37 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2002/04/26 10:32:37 martti Exp $
|
2001-06-29 13:47:12 +02:00
|
|
|
|
2002-04-26 12:32:37 +02:00
|
|
|
DISTNAME= libxml2-2.4.20
|
2001-06-29 13:47:12 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/}
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
|
|
COMMENT= Xml parser library for GNOME
|
|
|
|
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
|
2001-09-14 08:53:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR}
|
2001-09-27 01:22:17 +02:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
2002-04-26 12:32:37 +02:00
|
|
|
CONFIGURE_ARGS+= --without-python
|
2001-09-14 08:53:34 +02:00
|
|
|
|
2001-06-29 13:47:12 +02:00
|
|
|
.include "../../devel/zlib/buildlink.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|