summaryrefslogtreecommitdiff
path: root/benchmarks/bytebench/Makefile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1996-01-01 22:57:36 +0000
committerStefan Eßer <se@FreeBSD.org>1996-01-01 22:57:36 +0000
commit0fa3c4a3a1866acd9239fb488749b4a0728f90d3 (patch)
treee8eb006182397336b172b9695557f66eedd84b46 /benchmarks/bytebench/Makefile
parentDo not clobber existen configuration (diff)
The BYTE benchmark suite, very popular under Linux users as it seems.
(See: http://www.silkroad.com/bass/linux/bm.html for results ...) This is another benchmark that tries to give a single performance number, but without giving much thought to proper weighting of the performance numbers. So: Please handle with care ...
Notes
Notes: svn path=/head/; revision=2594
Diffstat (limited to 'benchmarks/bytebench/Makefile')
-rw-r--r--benchmarks/bytebench/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
new file mode 100644
index 000000000000..9b31eb73e85d
--- /dev/null
+++ b/benchmarks/bytebench/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: byte
+# Version required:
+# Date created: 28 December 1995
+# Whom: se
+#
+# $Id: Makefile,v 1.3 1995/11/22 11:36:48 asami Exp $
+#
+
+DISTNAME= bytebench-3.1
+EXTRACT_SUFX= .tar.Z
+CATEGORIES+= benchmarks
+MASTER_SITES= ftp://ftp.inria.fr/system/benchmark/
+
+MAINTAINER= se@FreeBSD.org
+
+CFLAGS+= -static
+
+.include <bsd.port.mk>