aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/ubench/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 13:36:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 13:36:39 +0000
commit539331c4d9e500b1772f05cbaf01d83bcbe60db6 (patch)
tree4b7f4a6c26b9876a1173be958fa24ea5720a0ada /benchmarks/ubench/Makefile
parenta15cbc06b0bcda4b360e7ee70bb837a7513b9dc0 (diff)
Initial import of ubench - yet another *nix benchmarking utility.
PR: 19049 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Notes
Notes: svn path=/head/; revision=29261
Diffstat (limited to 'benchmarks/ubench/Makefile')
-rw-r--r--benchmarks/ubench/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile
new file mode 100644
index 000000000000..5f6e23db4c06
--- /dev/null
+++ b/benchmarks/ubench/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: ubench
+# Date created: 6 June 2000
+# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ubench
+PORTVERSION= 0.31
+CATEGORIES= benchmarks
+MASTER_SITES= ftp://metalab.unc.edu/pub/Linux/system/benchmark/ \
+ http://linuxberg.concepts.nl/files/console/system/
+
+MAINTAINER= leeym@cae.ce.ntu.edu.tw
+
+HAS_CONFIGURE= yes
+
+MAN8= ubench.8
+
+.include <bsd.port.mk>