mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
24 lines
391 B
Makefile
24 lines
391 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= iperf
|
|
PORTVERSION= 3.7
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://downloads.es.net/pub/iperf/
|
|
PKGNAMESUFFIX= 3
|
|
|
|
MAINTAINER= bmah@FreeBSD.org
|
|
COMMENT= Improved tool to measure TCP and UDP bandwidth
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/^PROGRAMS /s/\$$(noinst_PROGRAMS)//' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|