freebsd-ports/games/poker-engine/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

31 lines
871 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= poker-engine
PORTVERSION= 1.3.6
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/pokersource/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Python library that implements poker rules
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync \
${PYTHON_SITELIBDIR}/pokereval.py:games/py-poker-eval \
${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt
RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync \
${PYTHON_SITELIBDIR}/pokereval.py:games/py-poker-eval \
${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
${PYTHON_SITELIBDIR}/libxslt.py:textproc/py-libxslt
USES= gettext gmake pathfix pkgconfig python:2
GNU_CONFIGURE= yes
test:
@cd ${WRKSRC} && ${MAKE_CMD} check
.include <bsd.port.mk>