1999-05-03 03:52:22 +00:00
|
|
|
# New ports collection makefile for: ripit
|
1999-06-19 18:08:18 +00:00
|
|
|
# Version required: 1.4
|
1999-05-03 03:52:22 +00:00
|
|
|
# Date created: 2 May 1999
|
|
|
|
# Whom: oyvindmo@initio.no
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 03:52:22 +00:00
|
|
|
#
|
|
|
|
|
1999-06-19 18:08:18 +00:00
|
|
|
DISTNAME= ripit-1.4
|
1999-05-03 03:52:22 +00:00
|
|
|
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>
|