mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# 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
|
|
|
|
PLIST_FILES= bin/tcpdstat
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|