pkgsrc/net/iperf/Makefile

32 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.20 2012/10/23 17:18:28 asau Exp $
DISTNAME= iperf-2.0.5
CATEGORIES= net benchmarks
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://iperf.sourceforge.net/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
GCC_REQD+= 3.0
.endif
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
LIBS.SunOS+= -lrt
INSTALLATION_DIRS+= share/doc/${PKGBASE}
PTHREAD_OPTS+= native optional
.include "../../mk/pthread.buildlink3.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.gif ${WRKSRC}/doc/*.html \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"