1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/sonice/Makefile

31 lines
669 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 11:43:56 +00:00
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://freebsd.t-hosting.hu/${PORTNAME}/
MAINTAINER= gabor@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= Sonice eases reencoding of .ogg files
RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \
2003-01-03 11:43:56 +00:00
flac:${PORTSDIR}/audio/flac \
vorbisgain:${PORTSDIR}/audio/vorbisgain \
${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
USE_PYTHON= yes
2003-01-03 11:43:56 +00:00
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/sonice
2003-01-03 11:43:56 +00:00
post-install:
@${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
.include <bsd.port.mk>