2001-05-27 19:42:23 +02:00
|
|
|
# New ports collection makefile for: iperf
|
|
|
|
# Date Created: 20 May 2001
|
|
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iperf
|
2003-05-16 19:22:14 +02:00
|
|
|
PORTVERSION= 1.7.0
|
2003-05-17 21:39:42 +02:00
|
|
|
CATEGORIES= net ipv6
|
2001-05-27 19:42:23 +02:00
|
|
|
MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/
|
2003-05-16 19:22:14 +02:00
|
|
|
DISTNAME= iperf-1.7.0-source
|
2001-05-27 19:42:23 +02:00
|
|
|
|
2002-11-22 23:30:29 +01:00
|
|
|
MAINTAINER= smace@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A tool to measure maximum TCP and UDP bandwidth
|
2001-05-27 19:42:23 +02:00
|
|
|
|
2003-01-07 21:28:47 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2001-05-27 19:42:23 +02:00
|
|
|
NO_CDROM= "can't charge a fee for the software"
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/iperf ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/iperf
|
2003-01-20 17:34:41 +01:00
|
|
|
.for file in README doc/index.html doc/jperf.gif doc/dast.gif \
|
|
|
|
doc/lib.html doc/ui_license.html
|
2001-05-27 19:42:23 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/iperf
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|