- Add NO_ARCH

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-04-29 09:03:23 +00:00
parent 0ca755b061
commit 41e42c5231
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414262

View File

@ -16,15 +16,16 @@ LICENSE= LGPL3
USES= python tar:bzip2
USE_PYTHON= distutils
NO_ARCH= yes
SUB_FILES= ${PORTNAME}.sh
SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \
PATH=${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}
OPTIONS_DEFINE= DOCS
PORTDOCS= README Blind_Elephant_BlackHat_2010.pdf
OPTIONS_DEFINE= DOCS
post-extract:
@${MV} ${WRKSRC}/src/* ${WRKSRC}
@${MV} "${WRKSRC}/doc/Blind Elephant - BlackHat 2010.pdf" \
@ -32,9 +33,11 @@ post-extract:
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
. for I in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${I} ${STAGEDIR}${DOCSDIR}
. endfor
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>