summaryrefslogtreecommitdiff
path: root/benchmarks/netio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/netio/Makefile')
-rw-r--r--benchmarks/netio/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
new file mode 100644
index 00000000000..6d89e6fd003
--- /dev/null
+++ b/benchmarks/netio/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 12:25:33 tron Exp $
+
+DISTNAME= netio113
+PKGNAME= netio-1.13
+CATEGORIES= benchmarks net
+MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/os2/leo/systools/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= tron@netbsd.org
+COMMENT= Network benchmark for DOS, OS/2 2.x, Windows NT/2000 and Unix
+
+ALL_TARGET= pkgsrc
+WRKSRC= ${WRKDIR}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/netio ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netio
+ ${INSTALL_DATA} ${WRKSRC}/netio.doc ${PREFIX}/share/doc/netio
+
+.include "../../mk/bsd.pkg.mk"