head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2021.01.23.20.36.58;	author js;	state dead;
branches;
next	1.1;
commitid	SjTQ9IZVj58wmTEC;

1.1
date	2021.01.23.20.16.11;	author js;	state Exp;
branches;
next	;
commitid	2BuJfFNaoeDxfTEC;


desc
@@


1.2
log
@Remove audio/ft2-clone

It was already there as audio/fasttracker2 - which probably should be renamed,
given that this is not FastTracker II but a clone and the official name of the
project being ft2-clone.
@
text
@# $NetBSD: Makefile,v 1.1 2021/01/23 20:16:11 js Exp $

DISTNAME=	ft2-clone-1.43
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_GITHUB:=8bitbubsy/}
GITHUB_PROJECT=	ft2-clone
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	js@@pkgsrc.org
HOMEPAGE=	https://github.com/8bitbubsy/ft2-clone/
COMMENT=	Fasttracker II clone for Windows/macOS/Linux
LICENSE=	modified-bsd

USE_LANGUAGES=	c c++

INSTALLATION_DIRS+=	bin

do-build:
	cd ${WRKSRC}/src/rtmidi && ${CXX} -c -O2 -DNDEBUG \
		$$(sdl2-config --cflags) *.cpp
	cd ${WRKSRC}/src/gfxdata && ${CC} -c -O2 -DNDEBUG \
		$$(sdl2-config --cflags) *.c
	cd ${WRKSRC}/src/mixer && ${CC} -c -O2 -DNDEBUG \
		$$(sdl2-config --cflags) *.c
	cd ${WRKSRC}/src && ${CC} -c -O2 -DNDEBUG $$(sdl2-config --cflags) *.c
	cd ${WRKSRC} && ${CXX} -o ft2-clone \
		$$(sdl2-config --libs) -liconv \
		src/rtmidi/*.o \
		src/gfxdata/*.o \
		src/mixer/*.o \
		src/*.o

do-install:
	cd ${WRKSRC} && ${INSTALL} -m 755 ft2-clone \
		${DESTDIR}${PREFIX}/bin/ft2-clone

.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add audio/ft2-clone

Fasttracker II clone for Windows/macOS/Linux

Aims to be a highly accurate clone of the classic Fasttracker II software for
MS-DOS. The XM player itself has been directly ported from the original source
code, for maximum accuracy.

What is Fasttracker II? Read about it on Wikipedia:
https://en.wikipedia.org/wiki/FastTracker_2
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/01/06 00:52:22 js Exp $
@

