2002-05-14 08:07:09 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2002/05/14 12:07:09 naddy Exp $
|
2000-02-02 17:01:44 -05:00
|
|
|
# $FreeBSD: Makefile,v 1.2 1999/08/31 02:09:14 peter Exp $
|
1999-11-08 09:02:25 -05:00
|
|
|
|
2001-05-06 00:11:38 -04:00
|
|
|
COMMENT= "XML 1.0 parser written in C"
|
|
|
|
|
2002-01-03 23:05:13 -05:00
|
|
|
DISTNAME= expat-1.95.2
|
1999-11-08 09:02:25 -05:00
|
|
|
CATEGORIES= textproc
|
2002-01-03 23:05:13 -05:00
|
|
|
NEED_VERSION= 1.500
|
2002-05-14 08:07:09 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/}
|
2000-07-16 04:46:19 -04:00
|
|
|
|
2001-01-21 14:17:40 -05:00
|
|
|
HOMEPAGE= http://expat.sourceforge.net/
|
2001-01-22 11:40:22 -05:00
|
|
|
|
2001-01-22 22:27:11 -05:00
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
1999-11-08 09:02:25 -05:00
|
|
|
|
2000-03-24 10:59:34 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-01-03 23:05:13 -05:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/conftools
|
2001-01-22 11:40:22 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --enable-static
|
2000-09-27 10:48:57 -04:00
|
|
|
|
2002-01-03 23:05:13 -05:00
|
|
|
post-patch:
|
|
|
|
@cd ${WRKSRC}/conftools; \
|
|
|
|
${PATCH} --forward --quiet -E < \
|
|
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig && \
|
|
|
|
${PATCH} --forward --quiet -E < \
|
|
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
|
|
|
|
|
2001-01-21 14:17:40 -05:00
|
|
|
post-install:
|
2000-09-27 10:48:57 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/xmlwf/xmlwf ${PREFIX}/bin
|
1999-11-08 09:02:25 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|