- Fix dependency
- Fix LICENSE_COMB - Switch to options helpers - Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
63d4e42cb0
commit
5eb5861bb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414960
1 changed files with 7 additions and 9 deletions
|
@ -15,40 +15,38 @@ MAINTAINER= koalative@gmail.com
|
|||
COMMENT= Python Graphical Game Engine and Libraries
|
||||
|
||||
LICENSE= LGPL3 PD
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_COMB= multi
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYGAME} \
|
||||
${PYTHON_PKGNAMEPREFIX}opengl>=0:graphics/py-PyOpenGL \
|
||||
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow
|
||||
|
||||
USES= dos2unix python:2 zip
|
||||
DOS2UNIX_GLOB= *.mtl *.py *.txt
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= Readme.txt
|
||||
PORTEXAMPLES= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|data_files =|#data_files =|' \
|
||||
${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
post-install-EXAMPLES-on:
|
||||
@(cd ${WRKSRC}/examples_and_tutorials && ${COPYTREE_SHARE} . \
|
||||
${STAGEDIR}${EXAMPLESDIR}/examples_and_tutorials)
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${EXAMPLESDIR})
|
||||
. for f in test_FBO test_camera test_gui test_mesh test_particle test_texture_swap
|
||||
.for f in test_FBO test_camera test_gui test_mesh test_particle test_texture_swap
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${f}.py ${STAGEDIR}${EXAMPLESDIR})
|
||||
. endfor
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue