freebsd-ports/math/cryptominisat/Makefile
Carlos J. Puga Medina 6d46f34aa3 - Update math/cryptominisat and math/py-cryptominisat to 5.0.0
PR:		211460
Submitted by:	maintainer
Reviewed by:	koobs, feld (mentor)
Approved by:	feld (mentor)
2016-09-01 13:25:49 +00:00

24 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= cryptominisat
PORTVERSION= 5.0.0
CATEGORIES= math
MAINTAINER= 6yearold@gmail.com
COMMENT= General-purpose award-winning SAT solver
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= msoos
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
CMAKE_ARGS= -DNOM4RI=1 -DENABLE_PYTHON_INTERFACE=OFF
.include <bsd.port.mk>