aboutsummaryrefslogtreecommitdiff
path: root/audio/sonice/Makefile
blob: 48cc87777932d0bf1cd4a62470b767fa15cef66b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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

PORTCOMMENT=	Sonice eases reencoding of .ogg files

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>