ports/science/libaec/Makefile
Po-Chuan Hsieh c26cf9c596
science/libaec: Remove CMAKE_TESTING_ON
CMAKE_TESTING_ON defaults to BUILD_TESTING.
2024-10-07 22:16:42 +08:00

20 lines
472 B
Makefile

PORTNAME= libaec
PORTVERSION= 1.1.3
CATEGORIES= science
MASTER_SITES= https://github.com/MathisRosenhauer/libaec/releases/download/v${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Adaptive entropy coding library
WWW= https://gitlab.dkrz.de/k202009/libaec \
https://github.com/MathisRosenhauer/libaec
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake:testing
CMAKE_OFF= AEC_FUZZING BUILD_TESTING
USE_LDCONFIG= yes
.include <bsd.port.mk>