openbsd-ports/textproc/libxml/Makefile

25 lines
553 B
Makefile
Raw Normal View History

2000-10-22 10:02:46 -04:00
# $OpenBSD: Makefile,v 1.13 2000/10/22 14:03:51 espie Exp $
1999-03-14 11:06:54 -05:00
2000-10-03 13:29:46 -04:00
DISTNAME= libxml2-2.2.4
PKGNAME= libxml-2.2.4
CATEGORIES= textproc
2000-10-03 13:29:46 -04:00
NEED_VERSION= 1.336
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
HOMEPAGE= http://xmlsoft.org/
1999-03-14 11:06:54 -05:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Bruno Rohee <rohee@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
2000-10-03 13:29:46 -04:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --without-iconv
1999-03-14 11:06:54 -05:00
.include <bsd.port.mk>