1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/sonice/Makefile
Sam Lawrance 34f8c052a6 Unbreak (use a new mastersite) and give maintainership to submitter.
PR:		ports/84458
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Approved by:	portmgr
2005-08-02 05:20:48 +00:00

31 lines
673 B
Makefile

# ex:ts=8
# Ports collection makefile for: sonice
# Date created: Jan 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sonice
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://freebsd.t-hosting.hu/${PORTNAME}/
MAINTAINER= gkovedan@t-hosting.hu
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/sonice
post-install:
@${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
.include <bsd.port.mk>