aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipfw-graph/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-11-18 03:12:25 +0800
committerpat <pat@FreeBSD.org>2001-11-18 03:12:25 +0800
commit270d38c3ece6e8bbe63bf86953720c79f5cbe45d (patch)
treef03668259f129d78fba936e290416d2ccaf4f974 /net/ipfw-graph/Makefile
parent469f46b1aa435e3c61bf09d9b1bc42ff4e63a861 (diff)
downloadfreebsd-ports-graphics-270d38c3ece6e8bbe63bf86953720c79f5cbe45d.tar.gz
freebsd-ports-graphics-270d38c3ece6e8bbe63bf86953720c79f5cbe45d.tar.zst
freebsd-ports-graphics-270d38c3ece6e8bbe63bf86953720c79f5cbe45d.zip
New port ipfw-graph: Graphical overview of traffic going through
your IPFW rules patch-ipfw-gtk.c contributed by lioux PR: 32031 Submitted by: Edwin Groothuis <edwin@mavetju.org>, lioux(see above) Reviewed by: lioux Approved by: lioux
Diffstat (limited to 'net/ipfw-graph/Makefile')
-rw-r--r--net/ipfw-graph/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ipfw-graph/Makefile b/net/ipfw-graph/Makefile
new file mode 100644
index 00000000000..7a89241859e
--- /dev/null
+++ b/net/ipfw-graph/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: ipfw-graph
+# Date created: 16 November 2001
+# Whom: Edwin Groothuis (edwin@mavetju.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= ipfw-graph
+PORTVERSION= 1.3
+CATEGORIES= net
+MASTER_SITES= http://www.mavetju.org/download/
+
+MAINTAINER= edwin@mavetju.org
+
+USE_GTK= yes
+MAKE_ENV+= MANPREFIX="${MANPREFIX}"
+
+MAN8= ipfw-al.8 ipfw-graph.8
+
+.include <bsd.port.mk>