diff options
Diffstat (limited to 'net/tcpdstat/Makefile')
-rw-r--r-- | net/tcpdstat/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile deleted file mode 100644 index 4f5054f1c2af..000000000000 --- a/net/tcpdstat/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Richard Arends -# $FreeBSD$ - -PORTNAME= tcpdstat -PORTVERSION= 0.9 -CATEGORIES= net -MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ -DISTNAME= tcpd-tools-0.9 - -MAINTAINER= richard@unixguru.nl -COMMENT= Tool for generating statistics from tcpdump (libpcap) files - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -PLIST_FILES= bin/tcpdstat -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -.include <bsd.port.mk> |