freebsd-ports/audio/funktrackergold/Makefile

37 lines
854 B
Makefile
Raw Normal View History

PORTNAME= funktrackergold
DISTVERSION= 1.5-2
PORTREVISION= 8
CATEGORIES= audio
MASTER_SITES= SUNSITE/apps/sound/players
MAINTAINER= ports@FreeBSD.org
COMMENT= Curses MOD/FNK music tracker
WWW= https://boutell.com/lsm/lsmbyid.cgi/000831
2011-05-19 20:25:58 +02:00
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
2011-05-19 20:25:58 +02:00
BROKEN_armv6= fails to compile: function definition is not allowed here
BROKEN_armv7= fails to compile: function definition is not allowed here
2016-02-07 13:56:55 +01:00
USES= compiler:nestedfct ncurses tar:tgz
WRKSRC= ${WRKDIR}/funkgold
MAKE_ARGS= EXTRA_LDFLAGS="-lpthread"
PORTDOCS= INSTALL
PLIST_FILES= bin/funkgold
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}
.endfor
.include <bsd.port.mk>