aboutsummaryrefslogtreecommitdiff
path: root/net/traffic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/traffic/Makefile')
-rw-r--r--net/traffic/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/net/traffic/Makefile b/net/traffic/Makefile
deleted file mode 100644
index 3fb8866965b0..000000000000
--- a/net/traffic/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: Traffic Analyzer
-# Date created: 6 June 2005
-# Whom: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= traffic
-DISTVERSION= 0.1rc4
-CATEGORIES= net
-MASTER_SITES= http://darkzone.ma.cx/resources/unix/traffic/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The main goal of this program is to count bandwidth usage by IP
-
-DEPRECATED= Looks like an abandonware, no more public distfiles
-EXPIRATION_DATE= 2011-08-01
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/traffic
-
-MAN1= traffic.1
-
-.include <bsd.port.mk>