aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-shn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-shn/Makefile')
-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>