- Switch to USES=python

- Strip libraries
This commit is contained in:
Dmitry Marakasov 2014-09-28 08:07:55 +00:00
parent ec77e60fda
commit c36ee6c736
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369441

View file

@ -13,10 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Fast sprite library for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_ARCHDEP= yes
USES= python
USE_PYTHON= distutils autoplist
USE_GL= gl glu
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so
.include <bsd.port.mk>