1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net/tcpdstat/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
2014-07-10 12:13:11 +00:00

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>