summaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2002-04-17 21:51:35 +0000
committerthorpej <thorpej@pkgsrc.org>2002-04-17 21:51:35 +0000
commit4d2741f03e478e6a5b4aef0fb449002a9e2e9c7a (patch)
treeabce1629b67d6df77af679def0806312b8775416 /benchmarks/nttcp/Makefile
parent5dbcacc4c50bd5b1d89f791d3e0a457ecd81b699 (diff)
downloadpkgsrc-4d2741f03e478e6a5b4aef0fb449002a9e2e9c7a.tar.gz
A package for the NTTCP ("New TTCP") network performance measuring tool.
Diffstat (limited to 'benchmarks/nttcp/Makefile')
-rw-r--r--benchmarks/nttcp/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile
new file mode 100644
index 00000000000..080bbe2198e
--- /dev/null
+++ b/benchmarks/nttcp/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/17 21:51:35 thorpej Exp $
+
+DISTNAME= nttcp-1.47
+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
+
+do-install:
+ cd ${WRKSRC} ; \
+ ${INSTALL_PROGRAM} nttcp ${PREFIX}/bin/nttcp ; \
+ ${INSTALL_MAN} nttcp.1 ${PREFIX}/man/man1/nttcp.1
+
+.include "../../mk/bsd.pkg.mk"