Added
Link Here
|
1 |
# $FreeBSD$ |
2 |
|
3 |
CATEGORIES= math python |
4 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
|
6 |
COMMENT= Python bindings to CryptoMiniSat |
7 |
|
8 |
LICENSE= MIT |
9 |
|
10 |
LIB_DEPENDS= libcryptominisat4.so:${PORTSDIR}/math/cryptominisat |
11 |
|
12 |
USES= compiler:c++11-lib python:2.7 tar:bzip2 |
13 |
USE_PYTHON= autoplist distutils |
14 |
WRKSRC_SUBDIR= python |
15 |
|
16 |
MASTERDIR= ${.CURDIR}/../cryptominisat |
17 |
PATCHDIR= ${.CURDIR}/files |
18 |
PLIST= ${.CURDIR}/pkg-plist |
19 |
|
20 |
post-install: |
21 |
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name \*.so \ |
22 |
-exec ${STRIP_CMD} {} + |
23 |
|
24 |
.include "${MASTERDIR}/Makefile" |