freebsd-ports/audio/sonice/Makefile
Ying-Chieh Liao 612575a0d6 fix typo when install
Submitted by:	Nathan Sharfi <comatoast@cyclooctane.com> (author)
2002-03-13 12:28:02 +00:00

30 lines
594 B
Makefile

# 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 comatoys ogg
${INSTALL_SCRIPT} ${WRKSRC}/${file}.py ${PYTHON_SITELIBDIR}
.endfor
.include <bsd.port.mk>