summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-08-03 19:51:05 +0000
committerPaul Traina <pst@FreeBSD.org>1996-08-03 19:51:05 +0000
commit1472849a6e4df8aeb15a83df2776ba55a966d2b2 (patch)
tree3c82c8efd8cf3afb79cf86e5dfbc4771dfd7d074 /benchmarks/netperf/Makefile
parentDon't allow a package to be made, and insist that gnats UID is present before (diff)
Re-import netperf package under benchmarks.
Requested by: asami
Notes
Notes: svn path=/head/; revision=3512
Diffstat (limited to 'benchmarks/netperf/Makefile')
-rw-r--r--benchmarks/netperf/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
new file mode 100644
index 000000000000..969712bd67ee
--- /dev/null
+++ b/benchmarks/netperf/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: netperf
+# Version required: 2.1.1
+# Date created: 19 July 1996
+# Whom: koshy
+#
+# $Id: Makefile,v 1.3 1996/08/03 19:45:55 pst Exp $
+#
+
+DISTNAME= netperf-2.1pl1
+PKGNAME= netperf-2.1.1
+CATEGORIES+= benchmarks
+MASTER_SITES= ftp://ftp.cup.hp.com/dist/networking/benchmarks/netperf/
+
+MAINTAINER= pst@freebsd.org
+MAKEFILE= makefile
+
+post-install:
+ strip ${PREFIX}/netperf/netperf
+ strip ${PREFIX}/netperf/netserver
+ cp ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1
+ cp ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/netperf.1
+ gzip -9nf ${PREFIX}/man/man1/netserver.1
+.endif
+.if !defined(NOPORTDOCS)
+ mkdir -p ${PREFIX}/share/doc/netperf
+ cp ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf
+ gzip -9nf ${PREFIX}/share/doc/netperf/netperf.ps
+.endif
+
+.include <bsd.port.mk>