- Add options helper

- Add NO_ARCH
This commit is contained in:
Martin Wilke 2016-01-07 11:15:17 +00:00
parent 733eafdd27
commit cd1f26c756
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405423

View file

@ -18,8 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxmlsec1.so:${PORTSDIR}/security/xmlsec1
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
OPTIONS_DEFINE= DOCS EXAMPLES
USES= python:2
USE_PYTHON= distutils autoplist
NO_ARCH= yes
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
@ -28,8 +31,12 @@ PORTEXAMPLES= *
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/xmlsecmod.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/)
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)