Changeset View
Changeset View
Standalone View
Standalone View
games/freecell-solver/Makefile
| Show All 20 Lines | BUILD_DEPENDS= p5-Path-Tiny>=0.076:devel/p5-Path-Tiny \ | ||||
| ${PYTHON_PKGNAMEPREFIX}pysol-cards>=0.10.0:games/py-pysol-cards@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}pysol-cards>=0.10.0:games/py-pysol-cards@${PY_FLAVOR} | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR} \ | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}random2>=1.0.1:math/py-random2@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ | ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ | ||||
| ${PYTHON_PKGNAMEPREFIX}pysol-cards>=0.10.0:games/py-pysol-cards@${PY_FLAVOR} | ${PYTHON_PKGNAMEPREFIX}pysol-cards>=0.10.0:games/py-pysol-cards@${PY_FLAVOR} | ||||
| LIB_DEPENDS= ${LIB_DEPENDS_${ARCH}} | LIB_DEPENDS= ${LIB_DEPENDS_${ARCH}} | ||||
| LIB_DEPENDS_armv6= libgmp.so:math/gmp | LIB_DEPENDS_armv6= libgmp.so:math/gmp | ||||
| LIB_DEPENDS_armv7= libgmp.so:math/gmp | LIB_DEPENDS_armv7= libgmp.so:math/gmp | ||||
| LIB_DEPENDS_i386= libgmp.so:math/gmp | LIB_DEPENDS_i386= libgmp.so:math/gmp | ||||
| LIB_DEPENDS_mips= libgmp.so:math/gmp | |||||
| LIB_DEPENDS_powerpc= libgmp.so:math/gmp | LIB_DEPENDS_powerpc= libgmp.so:math/gmp | ||||
| OPTIONS_DEFINE= DOCS TCMALLOC | OPTIONS_DEFINE= DOCS TCMALLOC | ||||
| TCMALLOC_DESC= Use Google's TCMalloc | TCMALLOC_DESC= Use Google's TCMalloc | ||||
| USES= cmake compiler:c11 localbase perl5 python shebangfix tar:xz | USES= cmake compiler:c11 localbase perl5 python shebangfix tar:xz | ||||
| USE_PERL5= build | USE_PERL5= build | ||||
| SHEBANG_FILES= board_gen/make_pysol_freecell_board.py \ | SHEBANG_FILES= board_gen/make_pysol_freecell_board.py \ | ||||
| Show All 25 Lines | |||||