aboutsummaryrefslogtreecommitdiff
path: root/devel/cflow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cflow/Makefile')
-rw-r--r--devel/cflow/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile
new file mode 100644
index 000000000000..75f49a3f3349
--- /dev/null
+++ b/devel/cflow/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: cflow
+# Version required: 2.0
+# Date created: 28 Sept 1995
+# Whom: dchapes@zeus.leitch.com
+#
+# $Id: Makefile,v $
+#
+
+DISTNAME= cflow-2.0
+CATEGORIES+= development
+MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/ \\
+ ftp://info2.rus.uni-stuttgart.de/pub/systems/linux/MIRROR.sunsite/devel/lang/c/
+
+MAINTAINER= dchapes@zeus.leitch.com
+
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
+USE_GMAKE= yes
+
+.include <bsd.port.mk>