1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/security/tfhe/Makefile
Daniel Engberg e942e560c4 */*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
2022-09-09 22:32:24 +02:00

32 lines
756 B
Makefile

PORTNAME= tfhe
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.1-30
DISTVERSIONSUFFIX= -ga085efe
CATEGORIES= security
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast Fully Homomorphic Encryption (FHE) library over the Torus
WWW= https://github.com/tfhe/tfhe
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 # because of arch-specific assembly
BUILD_DEPENDS= cmake:devel/cmake-core
TEST_DEPENDS= fftw3>0:math/fftw3 \
googletest>0:devel/googletest
USES= compiler:c++11-lang gmake localbase:ldflags
USE_GITHUB= yes
USE_LDCONFIG= yes
BINARY_ALIAS= make=${GMAKE}
TEST_TARGET= test # -avx and -fma will fail where no such hardware optimization is available
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
.include <bsd.port.mk>