summaryrefslogtreecommitdiff
path: root/audio/ripit/Makefile
blob: 7b57a6f77522a19ef7a40a9713a4f9f6c693de60 (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
# New ports collection makefile for:    ripit
# Version required:     1.4
# Date created:         2 May 1999
# Whom:                 oyvindmo@initio.no
#
# $Id: Makefile,v 1.3 1999/05/04 07:06:23 flathill Exp $
#

DISTNAME=	ripit-1.4
CATEGORIES=	audio
MASTER_SITES=	http://www.netcomuk.co.uk/~squinn/

MAINTAINER=	oyvindmo@initio.no

RUN_DEPENDS=	bladeenc:${PORTSDIR}/audio/bladeenc \
		tosha:${PORTSDIR}/audio/tosha \
		cda:${PORTSDIR}/audio/xmcd

NO_BUILD=	yes
USE_PERL5=	yes

do-install:
	@ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin

.include <bsd.port.mk>