Edit

IABSD.fr/ports/net/iperf3/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-03-14 10:31:26
    Hash : 4535ff8f
    Message : update to iperf3-3.20

  • net/iperf3/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>