aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-24 16:39:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-24 16:39:32 +0000
commit2bab7027e793e8b86f2d6622a5fdd561d9cc4ae2 (patch)
treedfdde2e4d14241a3e0eec9c0a87ac169a758f943 /benchmarks/bonnie++/Makefile
parentacdc3bb2e9c5cc31d276bdfa48cfb399e26f541b (diff)
downloadports-2bab7027e793e8b86f2d6622a5fdd561d9cc4ae2.tar.gz
ports-2bab7027e793e8b86f2d6622a5fdd561d9cc4ae2.zip
Notes
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r--benchmarks/bonnie++/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
new file mode 100644
index 000000000000..f142e34a395c
--- /dev/null
+++ b/benchmarks/bonnie++/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# New ports collection makefile for: bonnie++
+# Date created: Mar 24, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bonnie++
+PORTVERSION= 1.01
+CATEGORIES= benchmarks
+MASTER_SITES= http://www.coker.com.au/bonnie++/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ijliao@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= bon_csv2html.1 bon_csv2txt.1
+MAN8= bonnie++.8 zcav.8
+
+.include <bsd.port.mk>