summaryrefslogtreecommitdiff
path: root/net/ttcp/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>1997-12-14 23:59:26 +0000
committerthorpej <thorpej@pkgsrc.org>1997-12-14 23:59:26 +0000
commiteb200b69a4a6801de00d1097abca82fe46fc5b9f (patch)
tree8aa7ff3fd276c5f619ab46f715a9137d23a09a05 /net/ttcp/Makefile
parentcff5a54e4531017aaa9b30759f34551c445bc249 (diff)
downloadpkgsrc-eb200b69a4a6801de00d1097abca82fe46fc5b9f.tar.gz
Add a package for TTCP, the canonical TCP testing tool.
Diffstat (limited to 'net/ttcp/Makefile')
-rw-r--r--net/ttcp/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile
new file mode 100644
index 00000000000..ac65ad9b29c
--- /dev/null
+++ b/net/ttcp/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 1997/12/14 23:59:26 thorpej Exp $
+#
+# New ports collection makefile for: ttcp
+# Version required: ???
+# Date created: 14 December 1997
+# Whom: thorpej
+#
+
+DISTNAME= ttcp
+CATEGORIES= net
+MASTER_SITES= http://www.ccci.com/tools/ttcp/
+DISTFILES= ttcp.tar
+
+EXTRACT_CMD= mkdir ttcp; tar
+EXTRACT_SUFX= .tar
+EXTRACT_BEFORE_ARGS=-C ttcp -xf
+
+MAINTAINER= thorpej@NetBSD.ORG
+
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ttcp ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ttcp.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>