1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Switch to path independent RUN_DEPENDS

- Staging support
This commit is contained in:
Pawel Pekala 2014-03-19 13:08:09 +00:00
parent f5037b5cdd
commit 18fadfbd94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348618

View File

@ -13,15 +13,15 @@ COMMENT= Sonice eases reencoding of .ogg files
RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \
flac:${PORTSDIR}/audio/flac \
vorbisgain:${PORTSDIR}/audio/vorbisgain \
${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
NO_STAGE= yes
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/sonice
post-install:
@${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
post-patch:
@${MV} ${WRKSRC}/bin/sonice.py ${WRKSRC}/bin/sonice
@${REINPLACE_CMD} '/binify/ s|\.py||' ${WRKSRC}/setup.py
.include <bsd.port.mk>