openbsd-ports/textproc/libxml/Makefile
fgsch 41ebfa57c9 Update to libxml 1.8.7; fake.
This is the latest release of 1's series.
2000-05-30 19:02:21 +00:00

22 lines
448 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/05/30 19:02:21 fgsch Exp $
DISTNAME= libxml-1.8.7
CATEGORIES= textproc
NEED_VERSION= 1.283
FAKE= Yes
MASTER_SITES= ftp://rpmfind.net/pub/libxml/
MAINTAINER= rohee@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= YES
PERMIT_PACKAGE_FTP= YES
PERMIT_DISTFILES_CDROM= YES
PERMIT_DISTFILES_FTP= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>