36 lines
806 B
Makefile
36 lines
806 B
Makefile
# $OpenBSD: Makefile,v 1.51 2002/06/09 05:37:15 wilfried Exp $
|
|
|
|
COMMENT= "XML parsing library"
|
|
|
|
VERSION= 2.4.22
|
|
DISTNAME= libxml2-${VERSION}
|
|
PKGNAME= libxml-${VERSION}
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.526
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/}
|
|
|
|
HOMEPAGE= http://xmlsoft.org/
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
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
|
|
|
|
REGRESS_TARGET= tests
|
|
|
|
.include <bsd.port.mk>
|