Skip to content

Commit

Permalink
- Add LICENSE_FILE
Browse files Browse the repository at this point in the history
- Pet portlint
- Switch to options helpers
- Update WWW
  • Loading branch information
AMDmi3 committed Dec 18, 2017
1 parent 7655bed commit c98dc81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions audio/funktrackergold/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ MAINTAINER= [email protected]
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

Expand All @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion audio/funktrackergold/pkg-descr
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c98dc81

Please sign in to comment.