summaryrefslogtreecommitdiff
path: root/net-mgmt/ipfm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipfm/Makefile')
-rw-r--r--net-mgmt/ipfm/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile
deleted file mode 100644
index 576f6fbaa0f9..000000000000
--- a/net-mgmt/ipfm/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: ipfm
-# Date Created: 4 Mar 2000
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ipfm
-PORTVERSION= 0.11.4
-CATEGORIES= net
-MASTER_SITES= http://robert.cheramy.net/ipfm/archive/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= roman@xpert.com
-COMMENT= A bandwidth analysis tool
-
-GNU_CONFIGURE= yes
-
-MAN5= ipfm.conf.5
-MAN8= ipfm.8
-
-post-install:
- @strip ${PREFIX}/sbin/ipfm
-
-.include <bsd.port.mk>