1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Add STOCKFISH option (default off) to install the stockfish chess engine

Submitted by:	Gautam Mani <execve at gmail.com> (via private email)
Feature safe:	yes
This commit is contained in:
Nicola Vitale 2011-12-11 17:07:16 +00:00
parent d8e1b9974d
commit d3d21713f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287187

View File

@ -26,7 +26,8 @@ OPTIONS= PYGSTREAMER "Install gst-python for audio support" off \
GNUCHESS "Install gnuchess (chess engine)" off \
PHALANX "Install phalanx (chess engine)" off \
SJENG "Install sjeng (chess engine)" off \
STRONGPLAYER "Install psyco/gmpy (strong player)" off
STRONGPLAYER "Install psyco/gmpy (strong player)" off \
STOCKFISH "Install stockfish (chess engine)" off
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
@ -76,4 +77,8 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psyco>=1.6:${PORTSDIR}/devel/py-psyco
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gmpy>=1.13:${PORTSDIR}/math/py-gmpy
.endif
.if defined (WITH_STOCKFISH)
RUN_DEPENDS+= stockfish:${PORTSDIR}/games/stockfish
.endif
.include <bsd.port.post.mk>