mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
30 lines
582 B
Makefile
30 lines
582 B
Makefile
PORTNAME= sleef
|
|
DISTVERSION= 3.5.1-62
|
|
DISTVERSIONSUFFIX= -g85440a5
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm
|
|
WWW= https://sleef.org
|
|
|
|
LICENSE= BSL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cmake:testing compiler:c11 pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= shibatch
|
|
|
|
CMAKE_OFF= BUILD_TESTS
|
|
CMAKE_TESTING_ON= BUILD_TESTS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${ARCH:Mpowerpc64*} || ${ARCH:Marmv?}
|
|
PLIST_SUB+= GNUABI="@comment "
|
|
.else
|
|
PLIST_SUB+= GNUABI=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|