2013-09-20 17:52:44 +02:00
|
|
|
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
2010-02-22 19:38:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= phoronix-test-suite
|
2018-05-03 22:46:23 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2018-10-04 13:41:13 +02:00
|
|
|
DISTVERSION= 8.2.0
|
2010-02-22 19:38:12 +01:00
|
|
|
CATEGORIES= benchmarks
|
2018-05-03 22:46:23 +02:00
|
|
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
2010-02-22 19:38:12 +01:00
|
|
|
|
2017-08-29 15:05:21 +02:00
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
2010-02-22 19:38:12 +01:00
|
|
|
COMMENT= Phoronix Benchmarking Suite
|
|
|
|
|
2011-03-21 22:01:55 +01:00
|
|
|
LICENSE= GPLv3
|
2011-03-22 09:16:28 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-03-21 22:01:55 +01:00
|
|
|
|
2018-10-04 13:41:13 +02:00
|
|
|
RUN_DEPENDS= sudo:security/sudo
|
|
|
|
|
2018-05-03 22:46:23 +02:00
|
|
|
USES= php:cli,build,flavors python
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USE_PHP= curl dom gd json openssl pcntl posix simplexml zip zlib
|
2010-02-22 19:38:12 +01:00
|
|
|
NO_BUILD= yes
|
2016-03-17 22:17:31 +01:00
|
|
|
|
2015-01-20 10:56:10 +01:00
|
|
|
PORTDATA= *
|
2011-03-15 23:21:08 +01:00
|
|
|
PORTDOCS= *
|
|
|
|
|
2016-12-27 23:34:36 +01:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2018-05-03 22:46:23 +02:00
|
|
|
OPTIONS_DEFINE= BASH_COMPLETIONS DOCS X11
|
2012-08-08 10:47:19 +02:00
|
|
|
OPTIONS_DEFAULT= X11
|
2015-01-20 10:56:10 +01:00
|
|
|
OPTIONS_SUB= yes
|
2012-08-08 10:47:19 +02:00
|
|
|
|
|
|
|
BASH_COMPLETIONS_DESC= Install bash completions
|
2015-01-20 10:56:10 +01:00
|
|
|
BASH_COMPLETIONS_CONFIGURE_ON= WITH_BASH_COMPLETIONS=yes
|
2018-05-03 22:46:23 +02:00
|
|
|
X11_DESC= Install X11 icons and mimetypes
|
2015-01-20 10:56:10 +01:00
|
|
|
X11_USES= desktop-file-utils shared-mime-info
|
|
|
|
X11_CONFIGURE_OFF= WITHOUT_X11=yes
|
2010-02-22 19:38:12 +01:00
|
|
|
|
|
|
|
post-patch:
|
2015-01-20 10:56:10 +01:00
|
|
|
@${SED} -i '' -e "s|/usr/local|${LOCALBASE}|g" \
|
|
|
|
${WRKSRC}/phoronix-test-suite \
|
|
|
|
${WRKSRC}/pts-core/commands/ob_test_profile_analyze.php \
|
2016-03-17 22:17:31 +01:00
|
|
|
${WRKSRC}/pts-core/pts-core.php \
|
|
|
|
${WRKSRC}/pts-core/objects/pts_svg_dom_gd.php \
|
|
|
|
${WRKSRC}/pts-core/objects/client/pts_external_dependencies.php \
|
|
|
|
${WRKSRC}/pts-core/objects/client/pts_client.php \
|
2018-05-03 22:46:23 +02:00
|
|
|
${WRKSRC}/pts-core/objects/phodevi/components/phodevi_system.php
|
2015-03-22 00:05:19 +01:00
|
|
|
@${SED} -i '' -e "s|/usr/share/fonts|${LOCALBASE}/share/fonts| ; \
|
2015-01-20 10:56:10 +01:00
|
|
|
s|/usr/X11/lib|${LOCALBASE}/lib|" \
|
2016-03-17 22:17:31 +01:00
|
|
|
${WRKSRC}/pts-core/objects/pts_svg_dom_gd.php
|
2015-01-20 10:56:10 +01:00
|
|
|
@${SED} -i '' -e "/fpdf.php/s|/usr/share/php|${PREFIX}/share|" \
|
2016-03-17 22:17:31 +01:00
|
|
|
${WRKSRC}/pts-core/objects/pts_pdf_template.php
|
2010-02-22 19:38:12 +01:00
|
|
|
|
|
|
|
do-install:
|
2015-01-20 10:56:10 +01:00
|
|
|
(cd ${WRKSRC} && ${CONFIGURE_ARGS} DESTDIR="${STAGEDIR}" ./install-sh ${PREFIX})
|
2010-02-22 19:38:12 +01:00
|
|
|
|
2014-01-15 23:41:16 +01:00
|
|
|
.include <bsd.port.mk>
|