# New ports collection makefile for: mp3butler # Date created: 30 April 2001 # Whom: Christopher Preston # # $FreeBSD$ # PORTNAME= mp3butler PORTVERSION= 2.30 CATEGORIES= audio MASTER_SITES= http://core.inec.ru/~az/ \ http://iainlea.dyndns.org/software/${PORTNAME}/ MAINTAINER= az@inec.ru COMMENT= A program for renaming mp3 files and looking ID3 tags for it RUN_DEPENDS= ${SITE_PERL}/CDDB.pm:${PORTSDIR}/audio/p5-CDDB \ ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag \ ${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Client.pm:${PORTSDIR}/audio/p5-MusicBrainz-Client NO_WRKSUBDIR= yes NO_BUILD= yes USE_PERL5= yes PLIST_FILES= bin/mp3butler.pl bin/id3butler.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mp3butler.pl ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/id3butler.pl ${PREFIX}/bin .include