diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-03 11:02:53 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-03 11:02:53 +0000 |
commit | d6b2883ba5291e98d4bb87a8649c5dfb142367fe (patch) | |
tree | b4aadc073c1467d5974c85aaf7730e87e07393db /textproc/xmlppm | |
parent | d3147c589caaf1beaab028296a965ae73b850264 (diff) | |
download | FreeBSD-ports-d6b2883ba5291e98d4bb87a8649c5dfb142367fe.zip FreeBSD-ports-d6b2883ba5291e98d4bb87a8649c5dfb142367fe.tar.gz |
- Update to 0.98.2
- Polish the Makefile
PR: ports/80548
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'textproc/xmlppm')
-rw-r--r-- | textproc/xmlppm/Makefile | 15 | ||||
-rw-r--r-- | textproc/xmlppm/distinfo | 4 |
2 files changed, 9 insertions, 10 deletions
diff --git a/textproc/xmlppm/Makefile b/textproc/xmlppm/Makefile index 2cf652b..d3286e7 100644 --- a/textproc/xmlppm/Makefile +++ b/textproc/xmlppm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= xmlppm -PORTVERSION= 0.98.1 +PORTVERSION= 0.98.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.cs.cornell.edu/People/jcheney/xmlppm/ @@ -24,19 +24,18 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_ICONV= yes USE_REINPLACE= yes USE_GMAKE= yes -MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lexpat -liconv" +.if !defined(NOPORTDOCS) PORTDOCS= README +.endif + PLIST_FILES= bin/xmlppm bin/xmlunppm post-patch: - @${REINPLACE_CMD} -e \ - 's|^CC|#CC|g ; \ - s|^CPPFLAGS|#CPPFLAGS|g ; \ - s|^CFLAGS|#CFLAGS|g ; \ - s|$$(CC)|$$(CXX)|g ; \ - s|$$(CFLAGS)|$$(CXXFLAGS)|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|^CC|#CC|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmlppm ${PREFIX}/bin diff --git a/textproc/xmlppm/distinfo b/textproc/xmlppm/distinfo index e06aa5a..a8ca5f9 100644 --- a/textproc/xmlppm/distinfo +++ b/textproc/xmlppm/distinfo @@ -1,2 +1,2 @@ -MD5 (xmlppm-0.98.1-src.tar.gz) = 242c073527ec09c70669bf2b22b692e3 -SIZE (xmlppm-0.98.1-src.tar.gz) = 38197 +MD5 (xmlppm-0.98.2-src.tar.gz) = 355dbc50b4aeaa647f77105843624ffe +SIZE (xmlppm-0.98.2-src.tar.gz) = 40062 |