freebsd-ports/audio/sonice/Makefile

31 lines
671 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: sonice
# Date created: Jan 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sonice
2003-01-03 12:43:56 +01:00
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.cyclooctane.com/sonice/release/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Sonice eases reencoding of .ogg files
RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \
2003-01-03 12:43:56 +01:00
flac:${PORTSDIR}/audio/flac \
vorbisgain:${PORTSDIR}/audio/vorbisgain \
${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
USE_PYTHON= yes
2003-01-03 12:43:56 +01:00
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/sonice
2003-01-03 12:43:56 +01:00
post-install:
@${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
.include <bsd.port.mk>