summaryrefslogtreecommitdiff
path: root/net/iperf/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-12-03 13:30:20 +0000
committeradam <adam@pkgsrc.org>2004-12-03 13:30:20 +0000
commit81b8ac711c22c0d82ea662d7ba7d0b193a9a5b27 (patch)
treec6341a7419303852a85ab6a3ea9cf30cf06185a1 /net/iperf/Makefile
parentfb28a745cbe7d052cf496878e3a1af11b2dfa236 (diff)
downloadpkgsrc-81b8ac711c22c0d82ea662d7ba7d0b193a9a5b27.tar.gz
Changes 2.0.1:
* Running Iperf in bidirectional mode * Removed STDLIB requirement to Iperf * Client reporting of server side statistics in UDP tests
Diffstat (limited to 'net/iperf/Makefile')
-rw-r--r--net/iperf/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile
index 5718dcc74dd..a05553fff37 100644
--- a/net/iperf/Makefile
+++ b/net/iperf/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/04/12 13:36:37 seb Exp $
-#
+# $NetBSD: Makefile,v 1.10 2004/12/03 13:30:20 adam Exp $
-DISTNAME= iperf-1.7.0-source
-PKGNAME= ${DISTNAME:C/-source//}
+DISTNAME= iperf-2.0.1
CATEGORIES= net
-MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/
+MASTER_SITES= http://dast.nlanr.net/Projects/Iperf2.0/
MAINTAINER= seb@NetBSD.org
HOMEPAGE= http://dast.nlanr.net/Projects/Iperf/
@@ -16,13 +14,12 @@ COMMENT= TCP and UDP bandwidth performance measurement tool
GCC_REQD+= 3.0
.endif
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_BUILDLINK3= YES
-CONFIGURE_DIRS= ${WRKSRC}/cfg
-INSTALL_DIRS= ${WRKSRC}/src
-GNU_CONFIGURE= YES
-MAKE_ENV+= INSTALL_DIR=${PREFIX}/bin
+USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
+GNU_CONFIGURE= yes
+#CONFIGURE_DIRS= ${WRKSRC}/cfg
+#INSTALL_DIRS= ${WRKSRC}/src
+#MAKE_ENV+= INSTALL_DIR=${PREFIX}/bin
INSTALLATION_DIRS+= share/doc/html/${PKGBASE}