aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-18 15:44:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-18 15:44:57 +0000
commitbeb1e3886aea76aec913f762361a3f2c07f09d81 (patch)
tree6ebbb4bd19a2d791698e835f04c8473df86aac15 /audio
parent8e81ed0b68919414722e28c1de56bf1cca6d487a (diff)
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/funktrackergold/Makefile15
-rw-r--r--audio/funktrackergold/pkg-descr2
2 files changed, 10 insertions, 7 deletions
diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile
index 375d087c3e6b..39da52b6b26c 100644
--- a/audio/funktrackergold/Makefile
+++ b/audio/funktrackergold/Makefile
@@ -11,8 +11,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Curses MOD/FNK music tracker
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= DOCS
+BROKEN_armv6= fails to compile: function definition is not allowed here
+BROKEN_armv7= fails to compile: function definition is not allowed here
+BROKEN_mips= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_mips64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
+BROKEN_powerpc64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
USES= compiler:nestedfct ncurses tar:tgz
@@ -22,14 +27,12 @@ MAKE_ARGS= EXTRA_LDFLAGS="-lpthread"
PORTDOCS= INSTALL
PLIST_FILES= bin/funkgold
-BROKEN_armv6= fails to compile: function definition is not allowed here
-BROKEN_armv7= fails to compile: function definition is not allowed here
-BROKEN_mips= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
-BROKEN_mips64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
-BROKEN_powerpc64= fails to compile: nested functions are disabled, use -fnested-functions to re-enable
+OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
diff --git a/audio/funktrackergold/pkg-descr b/audio/funktrackergold/pkg-descr
index 866e20e72043..d445b41665e2 100644
--- a/audio/funktrackergold/pkg-descr
+++ b/audio/funktrackergold/pkg-descr
@@ -2,4 +2,4 @@ FunktrackerGOLD is a curses based tracker for the MOD and FNK file
formats. Information on using Funktracker can be found in
share/doc/funktrackergold/README
-WWW: http://www.boutell.com/lsm/lsmbyid.cgi/000831
+WWW: https://boutell.com/lsm/lsmbyid.cgi/000831