1999-05-03 03:52:22 +00:00
|
|
|
# New ports collection makefile for: ripit
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= ripit
|
2007-07-16 13:56:38 +00:00
|
|
|
PORTVERSION= 3.6.0
|
1999-05-03 03:52:22 +00:00
|
|
|
CATEGORIES= audio
|
2005-11-26 14:39:41 +00:00
|
|
|
MASTER_SITES= http://www.suwald.com/ripit/
|
1999-05-03 03:52:22 +00:00
|
|
|
|
2005-11-27 11:47:46 +00:00
|
|
|
MAINTAINER= oyvind@moll.no
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= A perl-script frontend for encoding audio CDs to MP3 files
|
1999-05-03 03:52:22 +00:00
|
|
|
|
2001-10-07 16:58:18 +00:00
|
|
|
# See pkg-message about other dependencies.
|
2003-10-24 12:05:09 +00:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get
|
2006-09-02 14:09:24 +00:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
2002-02-25 00:46:53 +00:00
|
|
|
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
|
2005-11-26 14:39:41 +00:00
|
|
|
RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia
|
1999-05-03 03:52:22 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2007-07-16 13:56:38 +00:00
|
|
|
PLIST_FILES= bin/ripit
|
2006-07-07 17:42:18 +00:00
|
|
|
MAN1= ripit.1
|
2007-07-16 13:56:38 +00:00
|
|
|
PORTEXAMPLES= config
|
2006-07-07 17:42:18 +00:00
|
|
|
USE_PERL5_RUN= yes
|
2005-12-06 14:28:32 +00:00
|
|
|
USE_BZIP2= yes
|
1999-05-03 03:52:22 +00:00
|
|
|
|
2001-10-07 16:58:18 +00:00
|
|
|
post-patch:
|
2007-07-16 13:56:38 +00:00
|
|
|
@${REINPLACE_CMD} -e "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl
|
2001-10-07 16:58:18 +00:00
|
|
|
|
1999-05-03 03:52:22 +00:00
|
|
|
do-install:
|
2007-07-16 13:56:38 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin/ripit
|
2006-07-07 17:42:18 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/ripit.1 ${MAN1PREFIX}/man/man1
|
2007-07-16 13:56:38 +00:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2006-07-07 17:42:18 +00:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}/config
|
2007-07-16 13:56:38 +00:00
|
|
|
.endif
|
1999-05-03 03:52:22 +00:00
|
|
|
|
2001-10-07 16:58:18 +00:00
|
|
|
post-install:
|
2007-07-16 13:56:38 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2001-10-07 16:58:18 +00:00
|
|
|
|
1999-05-03 03:52:22 +00:00
|
|
|
.include <bsd.port.mk>
|