2013-08-03 10:45:51 +02:00
|
|
|
# Created by: Francisco Gomez <francisco@gomezmarin.com>
|
2003-11-17 22:18:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mp3riot
|
2005-07-27 07:16:44 +02:00
|
|
|
PORTVERSION= 1.3
|
2003-11-17 22:18:53 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.linuxsecure.de/f2html/
|
|
|
|
|
2006-03-19 01:29:57 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-17 22:18:53 +01:00
|
|
|
COMMENT= Mp3riot creates mp3 playlists, HTML files, etc
|
|
|
|
|
2012-06-28 20:37:23 +02:00
|
|
|
RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
|
2003-11-17 22:18:53 +01:00
|
|
|
|
2013-08-03 10:45:51 +02:00
|
|
|
USES= perl5
|
2013-09-20 16:36:35 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-04 08:47:50 +02:00
|
|
|
USE_ZIP= yes
|
2003-11-17 22:18:53 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/mp3riot
|
2003-11-17 22:18:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for item in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${item} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|