aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsgraph/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-14 13:31:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-14 13:31:09 +0000
commitfaed6c5a113b5898b02dc0e9a79d741599834f58 (patch)
tree9b91027f827205773d7c0c13ab15330b6a963932 /devel/cvsgraph/Makefile
parent7a0abc2df9c32ee8433a2f3ff713bc4a9a8aab2e (diff)
downloadports-faed6c5a113b5898b02dc0e9a79d741599834f58.tar.gz
ports-faed6c5a113b5898b02dc0e9a79d741599834f58.zip
Notes
Diffstat (limited to 'devel/cvsgraph/Makefile')
-rw-r--r--devel/cvsgraph/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index d1e78f91afd4..13c3ad63197f 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cvsgraph
-PORTVERSION= 1.6.1
-PORTREVISION= 1
+PORTVERSION= 1.7.0
CATEGORIES= devel graphics
MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/
@@ -22,15 +21,16 @@ MAN1= cvsgraph.1
MAN5= cvsgraph.conf.5
DOCDIR= share/doc/${PORTNAME}
-DOCS= ChangeLog LICENSE README
-EXAMPLES= cvsgraphwrapper.php3 mkimage.php3
+DOCS= ChangeLog README
+EXAMPLES= cvsgraphwrapper.php mkimage.php
MORE_EXAMPLES= README.Automatic_documentation checkoutlist commit_action.sh \
commitinfo cvswrappers tag_action.sh taginfo
PLIST= ${WRKDIR}/pkg-plist
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
- --with-gd-lib=${LOCALBASE}/lib
+ --with-gd-lib=${LOCALBASE}/lib CFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${PREFIX}/lib"
REINPLACE_ARGS= -i ""
pre-patch: