freebsd-ports/audio/ripit/Makefile
Seiichirou Hiraoka 5c99840d92 Update to 1.3
PR: ports/11471
Submitted by: cpiazza@home.net
1999-05-04 07:06:26 +00:00

25 lines
566 B
Makefile

# New ports collection makefile for: ripit
# Version required: 1.3
# Date created: 2 May 1999
# Whom: oyvindmo@initio.no
#
# $Id: Makefile,v 1.2 1999/05/04 04:35:33 steve Exp $
#
DISTNAME= ripit-1.3
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>