04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
34 lines
698 B
Makefile
34 lines
698 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= funktrackergold
|
|
DISTVERSION= 1.5-2
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SUNSITE/apps/sound/players
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Curses MOD/FNK music tracker
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:nestedfct ncurses tar:tgz
|
|
|
|
WRKSRC= ${WRKDIR}/funkgold
|
|
MAKE_ARGS= EXTRA_LDFLAGS="-lpthread"
|
|
|
|
PORTDOCS= INSTALL
|
|
PLIST_FILES= bin/funkgold
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/funkgold ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for docs in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|