aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2014-04-05 19:16:48 +0000
committerThierry Thomas <thierry@FreeBSD.org>2014-04-05 19:16:48 +0000
commitb649aeca0f2759fcb7fa742a8e016f43fdb8a469 (patch)
tree65361954beac39db0a5d5eb9a96b2dc673a8ddff /benchmarks
parent3f57818e4e0dea78bd5ea8a62ee2377ba5816c3a (diff)
downloadports-b649aeca0f2759fcb7fa742a8e016f43fdb8a469.tar.gz
ports-b649aeca0f2759fcb7fa742a8e016f43fdb8a469.zip
- Convert to pkg-message
- Change my address.
Notes
Notes: svn path=/head/; revision=350259
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/scimark2c/Makefile14
-rw-r--r--benchmarks/scimark2c/pkg-message10
2 files changed, 11 insertions, 13 deletions
diff --git a/benchmarks/scimark2c/Makefile b/benchmarks/scimark2c/Makefile
index 3d8b5f9ddcca..74dee811af32 100644
--- a/benchmarks/scimark2c/Makefile
+++ b/benchmarks/scimark2c/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= benchmarks
MASTER_SITES= http://math.nist.gov/scimark2/
DISTNAME= ${PORTNAME:S/2/${DISTVERSION}/}
-MAINTAINER= thierry@pompo.net
+MAINTAINER= thierry@FreeBSD.org
COMMENT= ANSI C version of the SciMark2 benchmark
USES= zip
@@ -18,16 +18,4 @@ WRKSRC= ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin
-post-install:
- @${ECHO} "*****************************************************************************"
- @${ECHO} ""
- @${ECHO} " Just run scimark2 or scimark2 -large"
- @${ECHO} ""
- @${ECHO} " The first SciMark number reported is the composite score, followed by the an"
- @${ECHO} " approximate Mflop rate for each kernel."
- @${ECHO} ""
- @${ECHO} " You may try to hack CC or CFLAGS in /etc/make.conf..."
- @${ECHO} ""
- @${ECHO} "*****************************************************************************"
-
.include <bsd.port.mk>
diff --git a/benchmarks/scimark2c/pkg-message b/benchmarks/scimark2c/pkg-message
new file mode 100644
index 000000000000..5b6a4a425cd6
--- /dev/null
+++ b/benchmarks/scimark2c/pkg-message
@@ -0,0 +1,10 @@
+*****************************************************************************
+
+ Just run scimark2 or scimark2 -large
+
+ The first SciMark number reported is the composite score, followed by the an
+ approximate Mflop rate for each kernel.
+
+ You may try to hack CC or CFLAGS in /etc/make.conf...
+
+*****************************************************************************