Lines 1-21
Link Here
|
1 |
# $FreeBSD: head/math/cryptominisat/Makefile 385495 2015-05-05 21:54:29Z jbeich $ |
1 |
# $FreeBSD: head/math/cryptominisat/Makefile 385495 2015-05-05 21:54:29Z jbeich $ |
2 |
|
2 |
|
3 |
PORTNAME= cryptominisat |
3 |
PORTNAME= cryptominisat |
4 |
PORTVERSION= 4.2.0 |
4 |
PORTVERSION= 4.5.3 |
5 |
PORTREVISION?= 0 |
|
|
6 |
CATEGORIES?= math |
5 |
CATEGORIES?= math |
7 |
MASTER_SITES= http://msoos.org/largefiles/ |
|
|
8 |
|
6 |
|
9 |
MAINTAINER= 6yearold@gmail.com |
7 |
MAINTAINER= 6yearold@gmail.com |
10 |
COMMENT?= General-purpose award-winning SAT solver |
8 |
COMMENT?= General-purpose award-winning SAT solver |
11 |
|
9 |
|
12 |
LICENSE?= LGPL3 |
10 |
LICENSE?= LGPL3 |
13 |
|
11 |
|
|
|
12 |
USE_GITHUB= yes |
13 |
GH_ACCOUNT= msoos |
14 |
|
15 |
BUILD_DEPENDS= xxd:${PORTSDIR}/editors/vim # for xxd tool |
14 |
LIB_DEPENDS?= libboost_program_options.so:${PORTSDIR}/devel/boost-libs |
16 |
LIB_DEPENDS?= libboost_program_options.so:${PORTSDIR}/devel/boost-libs |
15 |
|
17 |
|
16 |
USES?= cmake compiler:c++11-lib tar:bzip2 |
18 |
USES?= cmake compiler:c++11-lib |
17 |
CMAKE_ARGS= -DNOMYSQL=1 -DNOM4RI=1 -DPYTHON_EXECUTABLE=0 |
19 |
CMAKE_ARGS= -DNOMYSQL=1 -DNOM4RI=1 |
18 |
WRKSRC= ${WRKDIR}/${PORTNAME}4-${PORTVERSION} |
20 |
.if !defined(MASTERDIR) |
|
|
21 |
CMAKE_ARGS+= -DPYTHON_EXECUTABLE=0 |
19 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
|
|
23 |
.endif |
20 |
|
24 |
|
21 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |