summaryrefslogtreecommitdiffstats
path: root/devel/cvsgraph/Makefile
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2001-02-21 09:17:10 +0000
committertrevor <trevor@FreeBSD.org>2001-02-21 09:17:10 +0000
commit4caf8128b7c6d7f11c8501306dd5593c1afe835b (patch)
tree55c0f31db2f2a58dbe863bfcd5fe79234e90e4f9 /devel/cvsgraph/Makefile
parent643ba7c15ffb88498f6b8c165c7cfd89f0651133 (diff)
downloadFreeBSD-ports-4caf8128b7c6d7f11c8501306dd5593c1afe835b.zip
FreeBSD-ports-4caf8128b7c6d7f11c8501306dd5593c1afe835b.tar.gz
new port of cvsgraph 1.0.0, a utility for charting cvs/rcs history
Diffstat (limited to 'devel/cvsgraph/Makefile')
-rw-r--r--devel/cvsgraph/Makefile45
1 files changed, 45 insertions, 0 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
new file mode 100644
index 0000000..1798b23
--- /dev/null
+++ b/devel/cvsgraph/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: cvsgraph
+# Date created: 2001-02-21
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= cvsgraph
+PORTVERSION= 1.0.0
+CATEGORIES= devel graphics
+MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/
+
+MAINTAINER= trevor@FreeBSD.org
+
+BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
+LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.4:${PORTSDIR}/graphics/png
+
+ALL_TARGET= cvsgraph
+DOCDIR= share/doc/${PORTNAME}
+DOCS= LICENCE README
+PLIST= ${WRKDIR}/pkg-plist
+
+pre-install:
+ ${ECHO} bin/cvsgraph > ${PLIST}
+ ${ECHO} etc/cvsgraph.conf >> ${PLIST}
+.if !defined(NOPORTDOCS)
+.for i in ${DOCS}
+ ${ECHO} ${DOCDIR}/${i} >> ${PLIST}
+.endfor
+ ${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${PREFIX}/etc
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/${DOCDIR}
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${DOCDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud