mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
18 lines
389 B
Makefile
18 lines
389 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= A tool for generating statistics from tcpdump (libpcap) files
|
|
|
|
PLIST_FILES= bin/tcpdstat
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|