1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/net/tcpstat/Makefile
2021-04-06 16:31:07 +02:00

28 lines
629 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
PORTNAME= tcpstat
PORTVERSION= 1.5
CATEGORIES= net
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Program to report various network statistics
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/tcpstat bin/tcpprof \
man/man1/tcpprof.1.gz man/man1/tcpstat.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README doc/Tips_and_Tricks.txt \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>