freebsd-ports/math/primesieve/Makefile
Yuri Victorovich 7a434e065e math/primesieve: Update 7.4-26 -> 7.5
Reported by:	portscout
2019-12-28 07:08:38 +00:00

28 lines
616 B
Makefile

# $FreeBSD$
PORTNAME= primesieve
DISTVERSIONPREFIX= v
DISTVERSION= 7.5
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast prime number generator
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= kimwalisch
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_STATIC_LIBS
do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test
.include <bsd.port.mk>