mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
30 lines
524 B
Makefile
30 lines
524 B
Makefile
COMMENT= tool to measure maximum achievable bandwidth on IP networks
|
|
|
|
V= 3.20
|
|
DISTNAME= iperf-${V}
|
|
PKGNAME= iperf3-${V}
|
|
|
|
SHARED_LIBS += iperf 6.0 # 0.0
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://software.es.net/iperf/
|
|
|
|
# BSD 3-clause
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
# uses pledge unveil
|
|
WANTLIB += c m pthread
|
|
|
|
SITES= https://downloads.es.net/pub/iperf/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-openssl=no
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
.include <bsd.port.mk>
|