1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert to pkg-message

- Change my address.
This commit is contained in:
Thierry Thomas 2014-04-05 19:16:48 +00:00
parent 3f57818e4e
commit b649aeca0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350259
2 changed files with 11 additions and 13 deletions

View File

@ -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>

View File

@ -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...
*****************************************************************************