mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
40bbdfef94
PR: 12203 Submitted by: maintainer
26 lines
569 B
Makefile
26 lines
569 B
Makefile
# 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>
|