mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
38 lines
736 B
Makefile
38 lines
736 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= akmos
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= melanhit@gmail.com
|
|
COMMENT= Cryptographic library with low footprint
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource compiler:c++11-lang
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= melanhit
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= ASM TEST BENCH
|
|
OPTIONS_DEFAULT=ASM
|
|
OPTIONS_SUB= yes
|
|
|
|
ASM_CMAKE_ON= -DAKMOS_USE_ASM:BOOL=TRUE
|
|
ASM_CMAKE_OFF= -DAKMOS_USE_ASM:BOOL=FALSE
|
|
|
|
BENCH_CMAKE_ON= -DAKMOS_ENABLE_BENCH:BOOL=TRUE
|
|
BENCH_CMAKE_OFF=-DAKMOS_ENABLE_BENCH:BOOL=FALSE
|
|
BENCH_DESC= Install benchmark
|
|
|
|
TEST_CMAKE_ON= -DAKMOS_ENABLE_TEST:BOOL=TRUE
|
|
TEST_CMAKE_OFF= -DAKMOS_ENABLE_TEST:BOOL=FALSE
|
|
|
|
.include <bsd.port.mk>
|