aboutsummaryrefslogtreecommitdiff
path: root/math/petanque/Makefile
blob: 02bc8f8d109399c32e8943a3f5796f06c9b8676f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	petanque
DISTVERSIONPREFIX=	release-
DISTVERSION=	1.1.0
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>