Date: Tue, 2 Dec 2014 04:15:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373744 - head/games/py-poker-eval Message-ID: <201412020415.sB24Fd0E063060@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Dec 2 04:15:39 2014 New Revision: 373744 URL: https://svnweb.freebsd.org/changeset/ports/373744 QAT: https://qat.redports.org/buildarchive/r373744/ Log: - Pet portlint - Strip library Modified: head/games/py-poker-eval/Makefile Modified: head/games/py-poker-eval/Makefile ============================================================================== --- head/games/py-poker-eval/Makefile Tue Dec 2 04:15:33 2014 (r373743) +++ head/games/py-poker-eval/Makefile Tue Dec 2 04:15:39 2014 (r373744) @@ -12,11 +12,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Python adaptor for the poker-eval toolkit -LIB_DEPENDS= libpoker-eval.so:${PORTSDIR}/games/poker-eval - LICENSE= GPLv3 # or later 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 @@ -28,6 +28,9 @@ 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 + test: @cd ${WRKSRC} && ${MAKE} check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412020415.sB24Fd0E063060>