Index: head/benchmarks/scimark2c/Makefile =================================================================== --- head/benchmarks/scimark2c/Makefile (revision 520790) +++ head/benchmarks/scimark2c/Makefile (revision 520791) @@ -1,21 +1,23 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= scimark2c DISTVERSION= 2_1 CATEGORIES= benchmarks MASTER_SITES= http://math.nist.gov/scimark2/ DISTNAME= ${PORTNAME:S/2/${DISTVERSION}/} MAINTAINER= thierry@FreeBSD.org COMMENT= ANSI C version of the SciMark2 benchmark +LICENSE= PD + USES= zip NO_WRKSUBDIR= yes PLIST_FILES= bin/scimark2 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin .include Index: head/benchmarks/scimark2c/pkg-descr =================================================================== --- head/benchmarks/scimark2c/pkg-descr (revision 520790) +++ head/benchmarks/scimark2c/pkg-descr (revision 520791) @@ -1,7 +1,7 @@ This is an ANSI C version of the SciMark2 benchmark, translated from the original Java sources. The intent in making this benchmark available in C is mainly for performance comparisons. Results of this benchmark can be sent to pozo@nist.gov. -WWW: http://math.nist.gov/scimark2/download_c.html +WWW: https://math.nist.gov/scimark2/download_c.html