diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-07 00:14:09 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-07 00:14:09 +0000 |
commit | 5f2eb1242c6ae4ea76c4d5d06d59ae40656bde1a (patch) | |
tree | 92f1f644a79b0fbd648f7e6684ebfcde7650b46d /textproc/libparsifal/Makefile | |
parent | Update to 1.4 (diff) |
Update to 1.0.0
PR: 88565
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-rw-r--r-- | textproc/libparsifal/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/libparsifal/Makefile b/textproc/libparsifal/Makefile index 9d3c940ea919..9bb77ef675e9 100644 --- a/textproc/libparsifal/Makefile +++ b/textproc/libparsifal/Makefile @@ -7,22 +7,25 @@ # PORTNAME= libparsifal -PORTVERSION= 0.9.3 +PORTVERSION= 1.0.0 CATEGORIES= textproc MASTER_SITES= http://www.saunalahti.fi/~samiuus/toni/xmlproc/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight XML Parser +USE_ICONV= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes PLIST_SUB= VERSION=${PORTVERSION} post-patch: - @${REINPLACE_CMD} -e 's| -O3||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|g' ${WRKSRC}/configure post-install: .ifndef(NOPORTDOCS) |