summaryrefslogtreecommitdiff
path: root/benchmarks/nbench/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-09-03 06:26:21 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-09-03 06:26:21 +0000
commita874d554c6bfee7f79c11cb60b5d99688a2f2aa6 (patch)
tree2ce07d3fb6e0ba291a93d18827d648e0a8b2bbd3 /benchmarks/nbench/Makefile
parent8010aafadbddcde95252caa36f4d0d16f612ddfb (diff)
downloadpkgsrc-a874d554c6bfee7f79c11cb60b5d99688a2f2aa6.tar.gz
Initial import of nbench-2.2.2.
This benchmark utility is used to determine how the processor, its caches and coprocessors influence overall system performance. Its measurements can indicate problems with the processor subsystem and (since the processor is a major influence on overall system system performance) give us an idea of how well a given system will perform.
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"