mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
5c99840d92
PR: ports/11471 Submitted by: cpiazza@home.net
26 lines
566 B
Makefile
26 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>
|