diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 22:30:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 22:30:37 +0800 |
commit | 81846d232e24340b9a44887aeb32d2b0dfa4e566 (patch) | |
tree | 4bc35d8dc5cd0370750a09110219e930f4e33259 /games/py-poker-eval | |
parent | ffb9e4281d02e0f8a49ad45602d16418d4a2f309 (diff) | |
download | freebsd-ports-gnome-81846d232e24340b9a44887aeb32d2b0dfa4e566.tar.gz freebsd-ports-gnome-81846d232e24340b9a44887aeb32d2b0dfa4e566.tar.zst freebsd-ports-gnome-81846d232e24340b9a44887aeb32d2b0dfa4e566.zip |
Convert to USES=autoreconf
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 |