openbsd-ports/textproc/libxml/Makefile

32 lines
734 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.69 2003/11/17 05:25:10 kevlo Exp $
1999-03-14 11:06:54 -05:00
COMMENT= "XML parsing library"
VERSION= 2.6.2
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
CONFIGURE_ARGS+= --without-threads
1999-03-14 11:06:54 -05:00
.include <bsd.port.mk>