mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
dc572b07ee
whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
38 lines
837 B
Makefile
38 lines
837 B
Makefile
# New ports collection makefile for: mp3riot
|
|
# Date created: 29 July 2003
|
|
# Whom: Francisco Gomez <francisco@gomezmarin.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mp3riot
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.linuxsecure.de/f2html/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Mp3riot creates mp3 playlists, HTML files, etc
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat
|
|
PLIST_FILES= bin/mp3riot
|
|
|
|
.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>
|