aboutsummaryrefslogtreecommitdiff
path: root/audio/sonice/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 11:43:56 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 11:43:56 +0000
commit86843dcc9a7992c45e5004a483473f51d0ecff2d (patch)
tree1b2b1f8d7f02af0329ce284dd2ab7fe172606569 /audio/sonice/Makefile
parent4adab7e3d4e0c0664ce72aa6f5ad4c4509ebc3d3 (diff)
downloadports-86843dcc9a7992c45e5004a483473f51d0ecff2d.tar.gz
ports-86843dcc9a7992c45e5004a483473f51d0ecff2d.zip
Notes
Diffstat (limited to 'audio/sonice/Makefile')
-rw-r--r--audio/sonice/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile
index 3d56e4935a91..f76d09cce88b 100644
--- a/audio/sonice/Makefile
+++ b/audio/sonice/Makefile
@@ -7,24 +7,22 @@
#
PORTNAME= sonice
-PORTVERSION= 1.2
+PORTVERSION= 2.0
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
+ flac:${PORTSDIR}/audio/flac \
+ vorbisgain:${PORTSDIR}/audio/vorbisgain \
+ ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
-USE_ZIP= yes
USE_PYTHON= yes
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
+USE_PYDISTUTILS= yes
+WRKSRC= ${WRKDIR}/sonice
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/sonice.py ${PREFIX}/bin/sonice
-.for file in comatoys ogg
- ${INSTALL_SCRIPT} ${WRKSRC}/${file}.py ${PYTHON_SITELIBDIR}
-.endfor
+post-install:
+ @${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice
.include <bsd.port.mk>