summaryrefslogtreecommitdiff
path: root/audio/bsl/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-10 20:16:44 +0000
committerwiz <wiz>2009-09-10 20:16:44 +0000
commit7c50a64dc7199d2184a06e8e4ae7f345ba4be5a7 (patch)
tree918a7899de557d8660949ce426ee3f52e7b66f97 /audio/bsl/Makefile
parent754adc8859be3a1efb12769043a6a17753bff9e8 (diff)
downloadpkgsrc-7c50a64dc7199d2184a06e8e4ae7f345ba4be5a7.tar.gz
Initial import of buzztard-0.5.0 and its components.
Buzztard is a music composer similar to tracker applications. It is roughly modeled after the windows only, closed source and now discontinued application called Buzz.
Diffstat (limited to 'audio/bsl/Makefile')
-rw-r--r--audio/bsl/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/bsl/Makefile b/audio/bsl/Makefile
new file mode 100644
index 00000000000..0c4fa885615
--- /dev/null
+++ b/audio/bsl/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/10 20:16:44 wiz Exp $
+#
+
+DISTNAME= bsl-0.5.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buzztard/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://buzztard.sourceforge.net/
+COMMENT= Buzz song loader
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake intltool msgfmt pkg-config
+USE_LANGUAGES= c c++
+
+USE_PKGLOCALEDIR= yes
+
+.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../nih/gst-buzztard/buildlink3.mk"
+.include "../../nih/buzztard/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"