summaryrefslogtreecommitdiff
path: root/math/stp/Makefile
blob: e7de69ab972907dbd257270fa725302327b8da4c (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=	stp
DISTVERSION=	2.3.4
PORTREVISION=	3
PORTEPOCH=	1
CATEGORIES=	math

MAINTAINER=	arrowd@FreeBSD.org
COMMENT=	Decision Procedure for Bitvectors and Arrays
WWW=		https://stp.github.io/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libboost_program_options.so:devel/boost-libs \
		libminisat.so:math/minisat \
		libcryptominisat5.so:math/cryptominisat

USES=		bison:build cmake perl5 python
USE_GITHUB=	yes
GH_TAGNAME=	${DISTVERSION}_cadical
USE_PERL5=	build
USE_LDCONFIG=	yes
CMAKE_ARGS=	-DUSE_CADICAL=OFF

.include <bsd.port.mk>