pkgsrc/net/iperf2/Makefile
2022-03-13 14:38:10 +00:00

27 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/03/13 14:38:10 gdt Exp $
# 2.1.[56] fail: https://sourceforge.net/p/iperf2/tickets/186/
DISTNAME= iperf-2.1.4
CATEGORIES= net benchmarks
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf2/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= https://sourceforge.net/projects/iperf2/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
.include "../../mk/bsd.prefs.mk"
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
LIBS.SunOS+= -lrt
INSTALLATION_DIRS+= share/doc/${PKGBASE}
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.gif ${WRKSRC}/doc/*.html \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"