diff options
Diffstat (limited to 'net/tcpdstat/Makefile')
-rw-r--r-- | net/tcpdstat/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tcpdstat/Makefile b/net/tcpdstat/Makefile new file mode 100644 index 00000000000..83cecc74d67 --- /dev/null +++ b/net/tcpdstat/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/06 03:37:50 itojun Exp $ + +DISTNAME= tcpd-tools-0.8 +PKGNAME= tcpdstat-0.8 +CATEGORIES= net +MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/ + +MAINTAINER= packages@netbsd.org +COMMENT= analyze tcpdump output + +MAKE_ENV= BINDIR=${PREFIX}/bin + +WRKSRC= ${WRKDIR}/${DISTNAME}/tcpdstat + +.include <../../mk/bsd.pkg.mk> |