1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/tcpdstat/Makefile
2019-11-06 14:00:19 +00:00

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>