openbsd-ports/textproc/libxml/Makefile
brad a4dbcc89f4 upgrade to libxml 2.2.1
NOTE: libxml 2.x is not source compatible with programs that use libxml
1.x but we don't have GNOME or anything for that matter that depends
on libxml then it isn't that big of a deal.
2000-08-08 18:55:00 +00:00

25 lines
537 B
Makefile

# $OpenBSD: Makefile,v 1.9 2000/08/08 18:55:00 brad Exp $
DISTNAME= libxml2-2.2.1
PKGNAME= libxml-2.2.1
CATEGORIES= textproc
NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/libxml
HOMEPAGE= http://xmlsoft.org/
MAINTAINER= rohee@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --without-iconv
.include <bsd.port.mk>