1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/sonice/Makefile
Marcus von Appen a7c872d7e5 - Convert to PYDISTUTILS_AUTOPLIST
- Limit to the supported python versions
2013-09-27 22:39:18 +00:00

28 lines
630 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_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
NO_STAGE= yes
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
WRKSRC= ${WRKDIR}/sonice
post-install:
@${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
.include <bsd.port.mk>