Files
ports/math/petanque/Makefile
T
Yuri Victorovich 84b4892d1d math/petanque: Fix build on 16
Reported by:	fallout
2026-05-16 22:39:16 -07:00

27 lines
618 B
Makefile

PORTNAME= petanque
DISTVERSIONPREFIX= release-
DISTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library that helps manipulate symbolic boolean expressions
WWW= https://github.com/quarkslab/arybo/tree/master/petanque
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake:testing compiler:c++14-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= quarkslab
GH_PROJECT= arybo
WRKSRC_SUBDIR= ${PORTNAME}
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ON= WITH_TESTS # tests fail to find TBB, see https://github.com/quarkslab/arybo/issues/29
.include <bsd.port.mk>