aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3riot
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-09 13:57:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-09 13:57:34 +0000
commitb96e9f70a3e7f50441a95bed63dcfa4be4d63947 (patch)
tree4685936bd772e75d5b3367795cb93e4207723081 /audio/mp3riot
parent7b066f7d6048bf62a1fbe6598d7de2e81b17a5dc (diff)
downloadports-b96e9f70a3e7f50441a95bed63dcfa4be4d63947.tar.gz
ports-b96e9f70a3e7f50441a95bed63dcfa4be4d63947.zip
- Add LICENSE
- Add NO_ARCH - Switch to options helpers
Notes
Notes: svn path=/head/; revision=403387
Diffstat (limited to 'audio/mp3riot')
-rw-r--r--audio/mp3riot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/mp3riot/Makefile b/audio/mp3riot/Makefile
index b4efe4d46e6a..665e892fc367 100644
--- a/audio/mp3riot/Makefile
+++ b/audio/mp3riot/Makefile
@@ -10,12 +10,16 @@ MASTER_SITES= http://www.linuxsecure.de/f2html/
MAINTAINER= ports@FreeBSD.org
COMMENT= Mp3riot creates mp3 playlists, HTML files, etc
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info
USES= perl5 shebangfix zip
SHEBANG_FILES= mp3riot
NO_BUILD= yes
NO_WRKSUBDIR= yes
+NO_ARCH= yes
PORTDOCS= example.unix groupfile CHANGELOG MANUAL mp3table.sql README repl.dat TODO utf.dat
PLIST_FILES= bin/mp3riot
@@ -24,6 +28,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp3riot ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for item in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${item} ${STAGEDIR}${DOCSDIR}