openbsd-ports/textproc/libxml/Makefile

31 lines
699 B
Makefile
Raw Normal View History

2003-08-19 20:03:36 -04:00
# $OpenBSD: Makefile,v 1.66 2003/08/20 00:03:36 espie Exp $
1999-03-14 11:06:54 -05:00
COMMENT= "XML parsing library"
2003-08-19 20:03:36 -04:00
VERSION= 2.5.8
DISTNAME= libxml2-${VERSION}
2003-07-24 17:45:12 -04:00
PKGNAME= libxml-${VERSION}
CATEGORIES= textproc
MASTER_SITES= ftp://xmlsoft.org/ \
ftp://xmlsoft.org/old/
HOMEPAGE= http://xmlsoft.org/
1999-03-14 11:06:54 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
MODULES= iconv
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
CONFIGURE_ARGS+= --with-html-dir="${PREFIX}/share"
CONFIGURE_ARGS+= --with-iconv="${LOCALBASE}"
CONFIGURE_ARGS+= --without-python
1999-03-14 11:06:54 -05:00
.include <bsd.port.mk>