48f02b51c7
an email announcing their demise and give users the chance to submit fixes.
33 lines
748 B
Makefile
33 lines
748 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://www.cyclooctane.com/sonice/release/
|
|
|
|
DEPRECATED= "master site is now a domain holder"
|
|
EXPIRATION_DATE=2005-08-31
|
|
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
WRKSRC= ${WRKDIR}/sonice
|
|
|
|
post-install:
|
|
@${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
|
|
|
|
.include <bsd.port.mk>
|