summaryrefslogtreecommitdiff
path: root/net/iperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/iperf/Makefile')
-rw-r--r--net/iperf/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile
deleted file mode 100644
index 0aefdc17420..00000000000
--- a/net/iperf/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2020/03/20 11:58:07 nia Exp $
-
-DISTNAME= iperf-2.0.5
-PKGREVISION= 1
-CATEGORIES= net benchmarks
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf/}
-
-PATCH_SITES= http://sourceforge.net/p/iperf/patches/28/attachment/
-PATCHFILES= nomaxcpu.patch
-PATCH_DIST_STRIP= -p1
-
-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"