opnsense-ports/benchmarks/iperf/Makefile
Franco Fichtner 300a1d104c */*: sync with upstream
Taken from: FreeBSD
2024-11-22 10:07:25 +01:00

30 lines
629 B
Makefile

PORTNAME= iperf
PORTVERSION= 2.2.1
CATEGORIES= benchmarks
MASTER_SITES= SF/iperf2 \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool to measure maximum TCP and UDP bandwidth
WWW= https://sourceforge.net/projects/iperf2/
LICENSE= BSD2CLAUSE
USES= cpe
GNU_CONFIGURE= yes
CPE_VENDOR= iperf_project
OPTIONS_DEFINE= DOCS IPV6 THREADS
OPTIONS_DEFAULT=THREADS
IPV6_CONFIGURE_ENABLE= ipv6
THREADS_CONFIGURE_ENABLE= threads
THREADS_LDFLAGS= -lpthread
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>