aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/libcelero/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/libcelero/Makefile')
-rw-r--r--benchmarks/libcelero/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/benchmarks/libcelero/Makefile b/benchmarks/libcelero/Makefile
index 19a7bd5e2d64..2c6c28eb8bbd 100644
--- a/benchmarks/libcelero/Makefile
+++ b/benchmarks/libcelero/Makefile
@@ -1,10 +1,11 @@
PORTNAME= libcelero
DISTVERSIONPREFIX= v
-DISTVERSION= 2.8.2
+DISTVERSION= 2.9.0
CATEGORIES= benchmarks
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ benchmark authoring library/framework
+WWW= https://github.com/DigitalInBlue/Celero
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/license.txt
@@ -22,20 +23,10 @@ GH_PROJECT= Celero
LDFLAGS+= -lsysinfo
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-USE_GCC= yes
-.else
-. if ${ARCH:Mpowerpc64*}
-CFLAGS+= -mabi=elfv2
-. endif
-.endif
-
do-test: # Tests terminate with Signal 11, see https://github.com/DigitalInBlue/Celero/issues/157
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DCELERO_ENABLE_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${BUILD_WRKSRC}/celero-test
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>