forked from freebsd/freebsd-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Pet portlint - Switch to options helpers - Update WWW
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters