forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
21 lines
434 B
Makefile
21 lines
434 B
Makefile
# 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
|
|
|
|
USES= zip
|
|
|
|
PLIST_FILES= bin/scimark2
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|