# Created by: George Reid # $FreeBSD: head/net/tcpstat/Makefile 349254 2014-03-26 13:45:39Z nemysis $ PORTNAME= tcpstat PORTVERSION= 1.5 CATEGORIES= net MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/ MAINTAINER= ports@FreeBSD.org COMMENT= Program to report various network statistics LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes PLIST_FILES= bin/tcpstat bin/tcpprof \ man/man1/tcpprof.1.gz man/man1/tcpstat.1.gz PORTDOCS= * DOCS= AUTHORS ChangeLog README doc/Tips_and_Tricks.txt OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include