diff options
Diffstat (limited to 'net/tcpdstat/Makefile')
-rw-r--r-- | net/tcpdstat/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile new file mode 100644 index 0000000..9596195 --- /dev/null +++ b/net/tcpdstat/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: tcpdstat +# Date created: 08 Januari 2003 +# Whom: 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= A tool for generating statistics from tcpdump (libpcap) files + +WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} + +.include <bsd.port.mk> |