mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add staging support.
This commit is contained in:
parent
0c67fc97dd
commit
195a2da3f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354930
1 changed files with 2 additions and 4 deletions
|
@ -11,20 +11,18 @@ DISTNAME= rox-lib2-${PORTVERSION}
|
|||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Python libraries for ROX
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \
|
||||
${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
@${PYTHON_CMD} -m compileall ${WRKSRC}
|
||||
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
|
||||
@cd ${WRKSRC}/ROX-Lib2/python && ${PYTHON_CMD} make_docs.py
|
||||
|
||||
do-install:
|
||||
@${CP} -r ${WRKSRC}/ROX-Lib2 ${PREFIX}/lib
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/ROX-Lib2
|
||||
${CP} -r ${WRKSRC}/ROX-Lib2 ${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue