mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcpstat
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to report various network statistics
|
|
|
|
GNU_CONFIGURE= yes
|
|
NO_STAGE= yes
|
|
|
|
MAN1= tcpstat.1 tcpprof.1
|
|
DOCS= AUTHORS ChangeLog LICENSE README doc/Tips_and_Tricks.txt
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|