pkgsrc/net/iperf3/Makefile
adam 9547e83cd2 iperf3: updated to 3.10.1
iperf-3.10.1 2021-06-03
-----------------------

* Notable user-visible changes

  * Fixed a problem with autoconf scripts that made builds fail in
    some environments.

* Developer-visible changes

  * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
    configure scripts.
2021-06-03 19:06:19 +00:00

22 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.12 2021/06/03 19:06:19 adam Exp $
DISTNAME= iperf-3.10.1
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
CATEGORIES= net benchmarks
MASTER_SITES= https://downloads.es.net/pub/iperf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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.NetBSD+= --without-sctp
TEST_TARGET= check
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"