aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-shn
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-10 19:32:03 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-10 19:32:03 +0000
commit97f934b4c7655d2007404eacb214ba9551067e4f (patch)
treef10a2c0102b6f79c5fec405937f6ac7c08a2472b /audio/xmms-shn
parentc209a6986782bd260b91357f5b3aedda0e337c65 (diff)
downloadports-97f934b4c7655d2007404eacb214ba9551067e4f.tar.gz
ports-97f934b4c7655d2007404eacb214ba9551067e4f.zip
Notes
Diffstat (limited to 'audio/xmms-shn')
-rw-r--r--audio/xmms-shn/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile
index 3756ed10f3ef..af600253dd1b 100644
--- a/audio/xmms-shn/Makefile
+++ b/audio/xmms-shn/Makefile
@@ -10,6 +10,13 @@ MASTER_SITES= http://www.etree.org/shnutils/xmms-shn/dist/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS plugin to allow playing shorten-compressed audio
+LICENSE= GPLv2+ SHORTEN
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
+LICENSE_NAME_SHORTEN= SHORTEN SOFTWARE LICENSE
+LICENSE_FILE_SHORTEN= ${WRKSRC}/doc/LICENSE.shorten
+LICENSE_PERMS_SHORTEN= dist-mirror pkg-mirror auto-accept
+
BUILD_DEPENDS= xmms-config:multimedia/xmms
RUN_DEPENDS= xmms:multimedia/xmms
@@ -19,8 +26,8 @@ GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>