2001-04-07 08:10:56 +02:00
|
|
|
PORTNAME= funktrackergold
|
2015-05-14 12:15:04 +02:00
|
|
|
DISTVERSION= 1.5-2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 8
|
2001-04-07 08:10:56 +02:00
|
|
|
CATEGORIES= audio
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SUNSITE/apps/sound/players
|
2001-04-07 08:10:56 +02:00
|
|
|
|
2014-06-11 20:55:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-04-06 19:41:16 +02:00
|
|
|
COMMENT= Curses MOD/FNK music tracker
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://boutell.com/lsm/lsmbyid.cgi/000831
|
2014-04-06 19:41:16 +02:00
|
|
|
|
2011-05-19 20:25:58 +02:00
|
|
|
LICENSE= GPLv2
|
2017-12-18 16:44:57 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-05-19 20:25:58 +02:00
|
|
|
|
2017-12-18 16:44:57 +01:00
|
|
|
BROKEN_armv6= fails to compile: function definition is not allowed here
|
|
|
|
BROKEN_armv7= fails to compile: function definition is not allowed here
|
2017-05-13 05:35:51 +02:00
|
|
|
|
2016-02-07 13:56:55 +01:00
|
|
|
USES= compiler:nestedfct ncurses tar:tgz
|
2013-05-24 15:54:00 +02:00
|
|
|
|
2001-04-07 08:10:56 +02:00
|
|
|
WRKSRC= ${WRKDIR}/funkgold
|
2021-09-24 15:04:52 +02:00
|
|
|
MAKE_ARGS= EXTRA_LDFLAGS="-lpthread"
|
2001-04-07 08:10:56 +02:00
|
|
|
|
2009-09-19 18:52:01 +02:00
|
|
|
PORTDOCS= INSTALL
|
|
|
|
PLIST_FILES= bin/funkgold
|
|
|
|
|
2017-12-18 16:44:57 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2015-12-13 17:07:27 +01:00
|
|
|
|
2001-04-07 08:10:56 +02:00
|
|
|
do-install:
|
2014-04-06 19:41:16 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
|
2017-12-18 16:44:57 +01:00
|
|
|
|
|
|
|
do-install-DOCS-on:
|
2014-04-06 19:41:16 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2009-09-19 18:52:01 +02:00
|
|
|
.for docs in ${PORTDOCS}
|
2014-04-06 19:41:16 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
2009-09-19 18:52:01 +02:00
|
|
|
.endfor
|
2001-04-07 08:10:56 +02:00
|
|
|
|
2022-08-30 10:25:52 +02:00
|
|
|
.include <bsd.port.mk>
|