summaryrefslogtreecommitdiff
path: root/net/tcpflow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpflow/Makefile')
-rw-r--r--net/tcpflow/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile
new file mode 100644
index 000000000000..0e938312c73d
--- /dev/null
+++ b/net/tcpflow/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: tcpflow
+# Version required: 0.12
+# Date created: 20 August 1999
+# Whom: Jose M. Alcaide <jose@we.lc.ehu.es>
+#
+# $Id$
+#
+
+DISTNAME= tcpflow-0.12
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
+
+MAINTAINER= jose@we.lc.ehu.es
+
+HAS_CONFIGURE= yes
+
+MAN1= tcpflow.1
+
+.include <bsd.port.mk>