freebsd-ports/math/cryptominisat/Makefile
Gleb Popov a9aa316ecb math/cryptominisat and math/py-cryptominisat: Update to 5.8.0.
Enable M4RI functionality, thanks to thierry@ for adding the port.
2020-10-19 14:59:18 +00:00

26 lines
509 B
Makefile

# $FreeBSD$
PORTNAME= cryptominisat
DISTVERSION= 5.8.0
CATEGORIES= math
MAINTAINER= arrowd@FreeBSD.org
COMMENT= General-purpose award-winning SAT solver
LICENSE= MIT LGPL21
LICENSE_COMB= multi
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE.txt
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libm4ri.so:math/m4ri \
libboost_program_options.so:devel/boost-libs
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= msoos
CMAKE_OFF= ENABLE_PYTHON_INTERFACE
.include <bsd.port.mk>