1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Support stage

Use bsdtar to extract the zip file
This commit is contained in:
Baptiste Daroussin 2014-01-05 00:48:45 +00:00
parent afa5ad4f60
commit 06c65dcdee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338722

View File

@ -6,17 +6,16 @@ DISTVERSION= 2_1
CATEGORIES= benchmarks
MASTER_SITES= http://math.nist.gov/scimark2/
DISTNAME= ${PORTNAME:S/2/${DISTVERSION}/}
EXTRACT_SUFX= .zip
MAINTAINER= thierry@pompo.net
COMMENT= An ANSI C version of the SciMark2 benchmark
COMMENT= ANSI C version of the SciMark2 benchmark
PLIST_FILES= bin/scimark2
WRKSRC= ${WRKDIR}
USE_ZIP= yes
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/scimark2 ${STAGEDIR}${PREFIX}/bin
post-install:
@${ECHO} "*****************************************************************************"