diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:30:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 14:30:37 +0000 |
commit | 7b448a7de56a48dc21a7a6e3450c2aab90468de9 (patch) | |
tree | 4bc35d8dc5cd0370750a09110219e930f4e33259 /games/py-poker-eval | |
parent | a6d5d0028b72aab671ec173b27828348fd6f0a33 (diff) |
Notes
Diffstat (limited to 'games/py-poker-eval')
-rw-r--r-- | games/py-poker-eval/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 6efd186815d7..7858d0d0096f 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -17,17 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoker-eval.so:${PORTSDIR}/games/poker-eval -USES= libtool pkgconfig python:2 -USE_AUTOTOOLS= aclocal autoconf automake -ACLOCAL_ARGS= -I config -AUTOMAKE_ARGS= --add-missing +USES= autoreconf libtool pkgconfig python:2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= PYTHON="" PLIST_SUB= PYVER=${PYTHON_VER:S/./_/} -post-configure: - @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/config - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pokereval_2_7.so.1.0.0 |