- Switch to USES=python
- Strip libraries
This commit is contained in:
parent
ec77e60fda
commit
c36ee6c736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369441
1 changed files with 5 additions and 4 deletions
|
@ -13,10 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION}
|
||||||
MAINTAINER= amdmi3@FreeBSD.org
|
MAINTAINER= amdmi3@FreeBSD.org
|
||||||
COMMENT= Fast sprite library for Python
|
COMMENT= Fast sprite library for Python
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USES= python
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYTHON= distutils autoplist
|
||||||
PYDISTUTILS_AUTOPLIST= yes
|
|
||||||
PYDISTUTILS_ARCHDEP= yes
|
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue