opnsense-ports/math/sleef/Makefile
Franco Fichtner d9a3ce89d2 */*: sync with upstream
Taken from: HardenedBSD
2019-08-01 12:10:42 +02:00

21 lines
395 B
Makefile

# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
PORTNAME= sleef
DISTVERSION= 3.4.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c11
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= shibatch
.include <bsd.port.mk>