openbsd-ports/textproc/libxml/Makefile
kevlo 0a33103afb upgrade to version 2.6.2
tested by sturm@ and marcm@.
2003-11-17 05:25:10 +00:00

32 lines
734 B
Makefile

# $OpenBSD: Makefile,v 1.69 2003/11/17 05:25:10 kevlo Exp $
COMMENT= "XML parsing library"
VERSION= 2.6.2
DISTNAME= libxml2-${VERSION}
PKGNAME= libxml-${VERSION}
CATEGORIES= textproc
MASTER_SITES= ftp://xmlsoft.org/ \
ftp://xmlsoft.org/old/
HOMEPAGE= http://xmlsoft.org/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
CONFIGURE_ARGS+= --without-threads
.include <bsd.port.mk>