freebsd-ports/benchmarks/iperf/Makefile

31 lines
723 B
Makefile
Raw Normal View History

# New ports collection makefile for: iperf
# Date Created: 20 May 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= iperf
2003-01-18 12:40:43 -05:00
PORTVERSION= 1.6.5
CATEGORIES= net
MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/
2003-01-18 12:40:43 -05:00
DISTNAME= iperf-1.6.5-source
2002-11-22 17:30:29 -05:00
MAINTAINER= smace@FreeBSD.org
2003-01-07 15:28:47 -05:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
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
.for file in README doc/index.html doc/jperf.gif doc/dast.gif \
doc/lib.html doc/ui_license.html
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/iperf
.endfor
.endif
.include <bsd.port.mk>