openbsd-ports/net/iperf3/Makefile
sthen 0f43696249 uodate to iperf3-3.12 and patch to enable TCP_INFO support
From Brad, plus I bumped SHARED_LIBS due to new symbols and
size changes.

maintainer timeout
2022-11-17 09:08:36 +00:00

28 lines
490 B
Makefile

COMMENT= tool to measure maximum achievable bandwidth on IP networks
V= 3.12
PKGNAME= iperf3-${V}
DISTNAME= iperf-${V}
SHARED_LIBS += iperf 2.0 # 0.0
CATEGORIES= net
HOMEPAGE= https://software.es.net/iperf/
MAINTAINER= Lawrence Teo <lteo@openbsd.org>
# BSD 3-clause
PERMIT_PACKAGE= Yes
WANTLIB += c m
MASTER_SITES= https://downloads.es.net/pub/iperf/
AUTOCONF_VERSION= 2.71
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-openssl=no
.include <bsd.port.mk>