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