mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
17 lines
373 B
Makefile
17 lines
373 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
|
|
|
|
PLIST_FILES= bin/tcpdstat
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|