- 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
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue