summaryrefslogblamecommitdiff
path: root/audio/mp3mover/Makefile
blob: 04ccecfe761e414493e4cc0d9aa9c7de4c5a7adb (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                    
                     


                                                       
                                 











                                                                                                   
                                                                            

                      
# ex:ts=8
# New ports collection makefile for:	mp3mover
# Date created:			Apr 18, 2001
# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	mp3mover
PORTVERSION=	1.432
CATEGORIES=	audio perl5
MASTER_SITES=	http://www.doc.ic.ac.uk/~jsm00/scripts/

MAINTAINER=	ports@FreeBSD.org

RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MP3/Tag.pm:${PORTSDIR}/audio/p5-tagged

USE_PERL5=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/mp3mover.pl ${PREFIX}/bin/mp3mover
	@${MKDIR} ${PREFIX}/share/${PORTNAME}
	${CP} ${WRKSRC}/sample-.mp3moverrc ${PREFIX}/share/${PORTNAME}
	${CP} ${WRKSRC}/shellperfect-.mp3moverrc ${PREFIX}/share/${PORTNAME}

.include <bsd.port.mk>