diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-15 17:50:43 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-15 17:50:43 +0800 |
commit | fb4e4cda4276cb506a64dbc21eb5a31120437d00 (patch) | |
tree | 4e393d7ea8ece1bd2577440e74dc96ffcb8a0b69 /net/tcpdstat/Makefile | |
parent | 2a61d1d3468b561fbdb4339cc4d91a646e389abf (diff) | |
download | freebsd-ports-graphics-fb4e4cda4276cb506a64dbc21eb5a31120437d00.tar.gz freebsd-ports-graphics-fb4e4cda4276cb506a64dbc21eb5a31120437d00.tar.zst freebsd-ports-graphics-fb4e4cda4276cb506a64dbc21eb5a31120437d00.zip |
add tcpdstat-0.9, A tool for generating statistics from tcpdump (libpcap) files
PR: ports/46879
Submitted by: Richard Arends <richard@unixguru.nl>
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 00000000000..9596195ccc0 --- /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> |