mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ee051ba329
Bump PORTREVISION. PR: 20190 Add support for dagrab (but not a dependency), since I promised sada that it was here... PR: 18116 Submitted by: Matt Storch <idiotsavant@mail.com>
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# New ports collection makefile for: ripit
|
|
# Date created: 2 May 1999
|
|
# Whom: oyvindmo@initio.no
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ripit
|
|
PORTVERSION= 1.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/
|
|
|
|
MAINTAINER= oyvindmo@initio.no
|
|
|
|
RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \
|
|
lame:${PORTSDIR}/audio/lame \
|
|
gogo:${PORTSDIR}/audio/gogo \
|
|
tosha:${PORTSDIR}/audio/tosha \
|
|
cdda2wav:${PORTSDIR}/sysutils/cdrecord \
|
|
cda:${PORTSDIR}/audio/xmcd
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
|
|
do-install:
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|