mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
d339b75edb
Changes: https://raw.githubusercontent.com/melanhit/akmos/0.7.2/Changelog PR: 227270 Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer)
37 lines
700 B
Makefile
37 lines
700 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= akmos
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= melanhit@gmail.com
|
|
COMMENT= Cryptographic library with low footprint
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource
|
|
|
|
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>
|