2001-02-02 00:31:23 +01:00
|
|
|
# New ports collection makefile for: tcpstat
|
|
|
|
# Date created: 29 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-02-05 16:50:41 +01:00
|
|
|
PORTNAME= tcpstat
|
2003-12-04 23:14:37 +01:00
|
|
|
PORTVERSION= 1.5
|
2001-02-05 16:50:41 +01:00
|
|
|
CATEGORIES= net
|
2003-12-04 23:14:37 +01:00
|
|
|
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
|
2001-02-02 00:31:23 +01:00
|
|
|
|
2004-06-29 12:19:55 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A program to report various network statistics
|
2001-02-02 00:31:23 +01:00
|
|
|
|
2001-02-05 16:50:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-02-02 00:31:23 +01:00
|
|
|
|
2003-12-04 23:14:37 +01:00
|
|
|
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
|
2001-02-02 00:31:23 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|