openbsd-ports/textproc/libxml/Makefile
marcm d2a7b9b1ea Update again to 2.5.10 and this time *disable threading*. Reports are
that this fixes a whole range of breakage with other ports that were
confused by the threading option.

ok naddy@
2003-08-26 16:33:11 +00:00

32 lines
735 B
Makefile

# $OpenBSD: Makefile,v 1.67 2003/08/26 16:33:11 marcm Exp $
COMMENT= "XML parsing library"
VERSION= 2.5.10
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>