summaryrefslogtreecommitdiff
path: root/audio/lmms/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-23 11:50:25 +0000
committerrillig <rillig>2006-07-23 11:50:25 +0000
commit709e673f245a58c65eff064fa98f8c64374b8229 (patch)
tree0e934144e08ea110580938e2b0379c9d3d87e5b2 /audio/lmms/Makefile
parentaa9a56aa8d68884af374aec311e764e860ab4c30 (diff)
downloadpkgsrc-709e673f245a58c65eff064fa98f8c64374b8229.tar.gz
Imported lmms.
LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, using effects, playing live with keyboard and much more... LMMS combines the features of a sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface.
Diffstat (limited to 'audio/lmms/Makefile')
-rw-r--r--audio/lmms/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
new file mode 100644
index 00000000000..2fff1325ccf
--- /dev/null
+++ b/audio/lmms/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/23 11:50:25 rillig Exp $
+#
+
+DISTNAME= lmms-0.2.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lmms/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rillig@NetBSD.org
+HOMEPAGE= http://lmms.sourceforge.net/
+COMMENT= Linux MultiMedia Studio
+
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake perl
+
+BUILDLINK_TRANSFORM+= rm:-floop-optimize2 rm:-fgcse-las
+
+# libSDL defines some symbols that are also defined in libX11, which has
+# been fixed in SDL 1.2.11.
+BUILDLINK_ABI_DEPENDS.SDL+= SDL>=1.2.11
+
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../x11/Xfixes/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"