2011-05-16 11:06:33 +02:00
|
|
|
PORTNAME= rebot3
|
|
|
|
PORTVERSION= 1.0.2
|
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \
|
|
|
|
http://www.bayofrum.net/dist/${PORTNAME}/
|
|
|
|
|
2011-06-17 08:46:07 +02:00
|
|
|
MAINTAINER= crees@FreeBSD.org
|
2011-05-16 11:06:33 +02:00
|
|
|
COMMENT= Renames mp3 files using freedb or local CDDB
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= http://www.headmqa.com/rebot3/
|
2011-05-16 11:06:33 +02:00
|
|
|
|
2013-04-30 22:10:53 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
RUN_DEPENDS= p5-CDDB>=0:audio/p5-CDDB \
|
|
|
|
p5-MP3-ID3v1Tag>=0:audio/p5-MP3-ID3v1Tag
|
2011-05-16 11:06:33 +02:00
|
|
|
|
2013-09-17 08:28:07 +02:00
|
|
|
USES= perl5
|
2011-05-16 11:06:33 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2013-12-29 15:17:15 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
2011-05-16 11:06:33 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# Yes, we know it's perl, but we don't want to type '.pl' the whole time.
|
|
|
|
@${REINPLACE_CMD} -e 's#\(${PORTNAME}\).pl#\1#' \
|
|
|
|
-e '1s#/usr/bin/perl#${PERL}#' \
|
|
|
|
-e 's#defined (\(@.*\))#\1#' \
|
|
|
|
${WRKSRC}/${PORTNAME}.pl ${WRKSRC}/${PORTNAME}.pl.1
|
|
|
|
|
|
|
|
do-install:
|
2013-12-29 15:17:15 +01:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2011-05-16 11:06:33 +02:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.pl.1 \
|
2013-12-29 15:17:15 +01:00
|
|
|
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
|
2011-05-16 11:06:33 +02:00
|
|
|
|
2013-12-29 15:17:15 +01:00
|
|
|
.include <bsd.port.mk>
|