1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/audio/sonice/Makefile
Pawel Pekala 18fadfbd94 - Switch to path independent RUN_DEPENDS
- Staging support
2014-03-19 13:08:09 +00:00

28 lines
661 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sonice
PORTVERSION= 2.0
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://freebsd.t-hosting.hu/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sonice eases reencoding of .ogg files
RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \
flac:${PORTSDIR}/audio/flac \
vorbisgain:${PORTSDIR}/audio/vorbisgain \
${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/sonice
post-patch:
@${MV} ${WRKSRC}/bin/sonice.py ${WRKSRC}/bin/sonice
@${REINPLACE_CMD} '/binify/ s|\.py||' ${WRKSRC}/setup.py
.include <bsd.port.mk>