pkgsrc/benchmarks/nttcp/Makefile
simonb e1421030a9 Add a new -U option, to run for a given time instead of for a given
number of buffers.
Bump PKGREVISION.

Not feed upsteam as author seems to have disappeared :(
2006-05-12 03:07:14 +00:00

27 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/05/12 03:07:14 simonb Exp $
DISTNAME= nttcp-1.47
PKGREVISION= 1
CATEGORIES= benchmarks net
MASTER_SITES= http://www.leo.org/~elmar/nttcp/
MAINTAINER= thorpej@NetBSD.org
HOMEPAGE= http://www.leo.org/~elmar/nttcp/
COMMENT= New TCP testing and performance measuring tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= LIB="-lsocket -lnsl"
.endif
INSTALLATION_DIRS= bin man/man1
do-install:
cd ${WRKSRC} ; \
${INSTALL_PROGRAM} nttcp ${PREFIX}/bin/nttcp ; \
${INSTALL_MAN} nttcp.1 ${PREFIX}/man/man1/nttcp.1
.include "../../mk/bsd.pkg.mk"