summaryrefslogtreecommitdiff
path: root/audio/sidplay/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-02-09 13:09:55 +0000
committerfrueauf <frueauf>1999-02-09 13:09:55 +0000
commit5832433c9d44b128675e0444babbe554fe219f2b (patch)
tree4b73d8660c56fcdea59c1f933ee7ef86c77aee21 /audio/sidplay/Makefile
parent411934ee1a76513702db18495249f2c1ea9a60fc (diff)
downloadpkgsrc-5832433c9d44b128675e0444babbe554fe219f2b.tar.gz
Initial import of sidplay-1.36.32, some tools for playing sidtunes.
Based on pr 6960 by Antti Kantee with some changes by myself.
Diffstat (limited to 'audio/sidplay/Makefile')
-rw-r--r--audio/sidplay/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/sidplay/Makefile b/audio/sidplay/Makefile
new file mode 100644
index 00000000000..dcef50a2503
--- /dev/null
+++ b/audio/sidplay/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/02/09 13:09:55 frueauf Exp $
+#
+
+DISTNAME= sidplay-1_36_32
+PKGNAME= sidplay-1.36.32
+WRKSRC= ${WRKDIR}/sidplay-1.36.32
+CATEGORIES= audio
+MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../mk/bsd.pkg.mk"