summaryrefslogtreecommitdiff
path: root/audio/bml/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-09-10 20:16:44 +0000
committerwiz <wiz@pkgsrc.org>2009-09-10 20:16:44 +0000
commitae7c1e9c6128088c76b48813bb63328eb746a2de (patch)
tree918a7899de557d8660949ce426ee3f52e7b66f97 /audio/bml/Makefile
parent4591c401650a7694a039ed86a853b17f060887a1 (diff)
downloadpkgsrc-ae7c1e9c6128088c76b48813bb63328eb746a2de.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/bml/Makefile')
-rw-r--r--audio/bml/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/bml/Makefile b/audio/bml/Makefile
new file mode 100644
index 00000000000..185da6ea6ad
--- /dev/null
+++ b/audio/bml/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/10 20:16:44 wiz Exp $
+#
+
+DISTNAME= bml-0.5.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buzztard/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://buzztard.sourceforge.net/
+COMMENT= Buzz machine loader
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= libbml.pc.in
+
+BUILDLINK_TRANSFORM+= rm:-ldl
+
+.include "../../mk/bsd.pkg.mk"