1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/audio/ripit/Makefile
Palle Girgensohn 767e53556e Chase changes to distribution file that wasn't
reflected in the version number.

Approved by: maintainer
2005-12-06 14:28:32 +00:00

39 lines
908 B
Makefile

# New ports collection makefile for: ripit
# Date created: 2 May 1999
# Whom: oyvindmo@initio.no
#
# $FreeBSD$
#
PORTNAME= ripit
PORTVERSION= 3.4
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.suwald.com/ripit/
MAINTAINER= oyvind@moll.no
COMMENT= A perl-script frontend for encoding audio CDs to MP3 files
# See pkg-message about other dependencies.
RUN_DEPENDS= ${SITE_PERL}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia
NO_BUILD= yes
PLIST_FILES= bin/ripit.pl \
bin/ripit
USE_PERL5= yes
USE_BZIP2= yes
post-patch:
@ ${PERL} -pi -ne "s|#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/ripit.pl
do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin
post-install:
@ ${LN} -s ${PREFIX}/bin/ripit.pl ${PREFIX}/bin/ripit
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>