summaryrefslogtreecommitdiff
path: root/benchmarks/nbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/nbench/Makefile')
-rw-r--r--benchmarks/nbench/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/nbench/Makefile b/benchmarks/nbench/Makefile
new file mode 100644
index 00000000000..ef7c6f75558
--- /dev/null
+++ b/benchmarks/nbench/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
+#
+
+DISTNAME= nbench-byte-2.2.2
+PKGNAME= ${DISTNAME:S/-byte//}
+CATEGORIES= benchmarks
+MASTER_SITES= http://www.tux.org/~mayer/linux/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.tux.org/~mayer/linux/
+COMMENT= Benchmark tool for CPU, FPU and memory
+
+BUILD_TARGET= default
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nbench ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"