aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/ipfm/Makefile
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-03-11 23:36:23 +0800
committerjedgar <jedgar@FreeBSD.org>2000-03-11 23:36:23 +0800
commitae9b7d3ac8ea684eb0458bfe8fba1c30bbbfbf80 (patch)
tree08688d237198806759b87d46801686fdd8e74ec6 /net-mgmt/ipfm/Makefile
parent66fa832e71f56398aa408c0c7d6417a00aa5875b (diff)
downloadfreebsd-ports-gnome-ae9b7d3ac8ea684eb0458bfe8fba1c30bbbfbf80.tar.gz
freebsd-ports-gnome-ae9b7d3ac8ea684eb0458bfe8fba1c30bbbfbf80.tar.zst
freebsd-ports-gnome-ae9b7d3ac8ea684eb0458bfe8fba1c30bbbfbf80.zip
IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth
specified hosts use on their Internet link. PR: 17190 Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'net-mgmt/ipfm/Makefile')
-rw-r--r--net-mgmt/ipfm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile
new file mode 100644
index 000000000000..0acf21f0a79b
--- /dev/null
+++ b/net-mgmt/ipfm/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ipfm
+# Version required: 0.10.4
+# Date Created: 4 Mar 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= ipfm-0.10.4
+CATEGORIES= net
+MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= roman@xpert.com
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+PATCH_STRIP= -p1
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>