2007-09-15 18:36:51 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/09/15 22:36:59 merdely Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= report network interface statistics
|
2001-01-30 10:22:53 -05:00
|
|
|
|
|
|
|
DISTNAME= tcpstat-1.4
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.frenchfries.net/paul/tcpstat/
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.frenchfries.net/paul/tcpstat/
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
|
|
|
|
# BSD license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c m pcap
|
2001-01-30 10:22:53 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tcpstat
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/Tips_and_Tricks.txt \
|
|
|
|
${PREFIX}/share/examples/tcpstat
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|