summaryrefslogtreecommitdiff
path: root/audio/sidplay2/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-09 13:13:38 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-09 13:13:38 +0000
commitfb0d6caffcce7b4d9a0df91b2ff05d0b71f53171 (patch)
treed6b85ab56061582ff64b2f4b498b1bd761c0d033 /audio/sidplay2/Makefile
parentcc22ac27b14262e9592720b8c2f062d2876c2896 (diff)
downloadpkgsrc-fb0d6caffcce7b4d9a0df91b2ff05d0b71f53171.tar.gz
Initial import of sidplay2:
Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music file player. This version plays more SIDs and is capable of more, than the previous Sidplay is. From Simon Hitzemann in PR 25203.
Diffstat (limited to 'audio/sidplay2/Makefile')
-rw-r--r--audio/sidplay2/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/sidplay2/Makefile b/audio/sidplay2/Makefile
new file mode 100644
index 00000000000..681970c7ca2
--- /dev/null
+++ b/audio/sidplay2/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 13:13:38 joerg Exp $
+#
+
+DISTNAME= sidplay-2.0.9
+PKGNAME= sidplay2-2.0.9
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sidplay2/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sidplay2.sourceforge.net/
+COMMENT= Tool for playing sidtunes
+
+NOT_FOR_PLATFORM= Interix-*-*
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= gmake pkg-config
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+
+LDFLAGS+= ${LIBOSSAUDIO}
+
+.include "../../audio/libsidplay2/buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"