5014159990
Provided by Timo Buhrmester in PR 50229. Schism Tracker is a free reimplementation of Impulse Tracker, a program used to create high quality music without the requirements of specialized, expensive equipment, and with a unique "finger feel" that is difficult to replicate in part. The player is based on a highly modified version of the Modplug engine, with a number of bugfixes and changes to improve IT playback.
26 lines
754 B
Makefile
26 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/09/11 12:35:19 wiz Exp $
|
|
|
|
# The upstream distfile (http://schismtracker.org/hg/archive/default.tar.bz2)
|
|
# is a repository snapshot and as such a moving target.
|
|
# Thus it's repackaged (adding a timestamp) and mirrored.
|
|
DISTNAME= schismtracker-20150911005204
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://penenen.de/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= fstd.lkml@gmail.com
|
|
HOMEPAGE= http://schismtracker.org/
|
|
COMMENT= Clone of the good old Impulse Tracker
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= aclocal autoheader autoconf automake
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
set -e; cd ${WRKSRC}; \
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|