summaryrefslogtreecommitdiff
path: root/audio/schismtracker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/schismtracker/Makefile')
-rw-r--r--audio/schismtracker/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile
new file mode 100644
index 00000000000..4aaacca8094
--- /dev/null
+++ b/audio/schismtracker/Makefile
@@ -0,0 +1,26 @@
+# $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"