openbsd-ports/textproc/libxml/Makefile

35 lines
755 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.60 2003/01/14 06:34:16 kevlo Exp $
1999-03-14 11:06:54 -05:00
COMMENT= "XML parsing library"
2002-12-02 07:23:46 -05:00
VERSION= 2.4.28
DISTNAME= libxml2-${VERSION}
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
MAINTAINER= Kevin Lo <kevlo@openbsd.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}"
2002-03-21 10:05:49 -05:00
CONFIGURE_ARGS+= --without-python
1999-03-14 11:06:54 -05:00
REGRESS_TARGET= tests
2001-09-23 22:01:57 -04:00
1999-03-14 11:06:54 -05:00
.include <bsd.port.mk>