openbsd-ports/textproc/libxml/Makefile
marcm cf0aa85a3c Make libxml actually use default catalog file(s) in the new location,
sheesh.

Besides me not doing the defines right in the first place, libtool
escapes the urls in strange and confusing ways... so screw 'em we're
patching the new paths in.

Bump the version number accordingly.

"This looks fine." jolan@
2003-06-17 03:40:03 +00:00

31 lines
701 B
Makefile

# $OpenBSD: Makefile,v 1.63 2003/06/17 03:40:03 marcm Exp $
COMMENT= "XML parsing library"
VERSION= 2.5.7
DISTNAME= libxml2-${VERSION}
PKGNAME= libxml-${VERSION}p1
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
.include <bsd.port.mk>