diff options
Diffstat (limited to 'audio/sonice/Makefile')
-rw-r--r-- | audio/sonice/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile new file mode 100644 index 0000000..2b6307a --- /dev/null +++ b/audio/sonice/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: sonice +# Date created: Jan 30, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sonice +PORTVERSION= 1.2 +CATEGORIES= audio +MASTER_SITES= http://www.cyclooctane.com/sonice/release/ + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \ + flac:${PORTSDIR}/audio/flac + +USE_ZIP= yes +USE_PYTHON= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sonice.py ${PREFIX}/bin/sonice +.for file in commatoys ogg + ${INSTALL_SCRIPT} ${WRKSRC}/${file}.py ${PYTHON_SITELIBDIR} +.endfor + +.include <bsd.port.mk> |