aab216e13d
3.7: iperf 3.6 adds the --bidir flag for bidirectional tests, includes some minor enhancements, and fixes a number of bugs. More details can be found in the release notes. Note: Documentation for the --bidir flag was inadvertently omitted from the manual page. This will be fixed in a future release. 3.6: iperf 3.6 adds the --extra-data and --repeating-payload options and fixes some minor bugs. 3.5: iperf 3.5 fixes a bug that could over-count data transfers (and hence measured bitrate). 3.4: iperf 3.4 fixes a number of minor bugs and adds a few enhancements. 3.3: New minor release of iperf 3.3, fixing a number of minor bugs. 3.2: New minor release of iperf 3.2, with new features, bugfixes, and enhancements.
24 lines
676 B
Makefile
24 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/07/08 09:20:33 adam Exp $
|
|
|
|
DISTNAME= iperf-3.7
|
|
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
|
|
CATEGORIES= net benchmarks
|
|
MASTER_SITES= http://downloads.es.net/pub/iperf/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://software.es.net/iperf/
|
|
COMMENT= TCP and UDP bandwidth performance measurement tool
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-profiling
|
|
# sctp_bindx() is in headers, but unusable
|
|
CONFIGURE_ENV.NetBSD+= ac_cv_header_netinet_sctp_h=no
|
|
TEST_TARGET= check
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|