freebsd-ports/benchmarks/linux-unigine-sanctuary/Makefile
Alexey Dokuchaev 7d21fb860b benchmarks/linux-unigine-{sanctuary,tropics}: new ports had been added
Unigine benchmarks are extreme performance and stability test for your
hardware: video card, power supply, cooling system.  Check your rig in
stock and overclocked modes with real-life load!

These two benchmarks depict a Gothic chapel and a tropical paradise.

WWW: https://benchmark.unigine.com/
2021-11-15 17:52:42 +00:00

40 lines
1.2 KiB
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= unigine-sanctuary
PORTVERSION= 2.3
CATEGORIES= benchmarks linux
MASTER_SITES= https://assets.unigine.com/d/
PKGNAMEPREFIX= linux-
DISTNAME= Unigine_Sanctuary-${PORTVERSION}
EXTRACT_SUFX= .run
MAINTAINER= danfe@FreeBSD.org
COMMENT= Unigine GPU benchmark depicting a Gothic chapel
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= precompiled, binary-only software for GNU/Linux
USES= linux
USE_LINUX= dri openal-soft xorglibs
NO_BUILD= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${TAIL} -n 107856 ${DISTDIR}/${DISTFILES} | ${TAR} xzf - -C ${WRKSRC}
post-patch:
# Avoid clash with other Unigine benchmarks
.for script in 1024x768_windowed 1920x1080_fullscreen
@${SED} -e 's,\./bin,${DATADIR}/bin,' ${WRKSRC}/${script}.sh \
> ${WRKSRC}/${PORTNAME}_${script}.sh
.endfor
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DATADIR}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/Sanctuary ${STAGEDIR}${DATADIR}/bin
${INSTALL_LIB} ${WRKSRC}/bin/libUnigine_x86.so \
${STAGEDIR}${DATADIR}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}*sh ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>