1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/science/libaec/Makefile
Po-Chuan Hsieh bc32c0c848
science/libaec: Do not build testing unconditionally
PR:		278073
Reported by:	diizzy
2024-04-06 08:00:10 +08:00

21 lines
504 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
CMAKE_TESTING_ON= BUILD_TESTING
USE_LDCONFIG= yes
.include <bsd.port.mk>