1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 48157 2009-03-15 16:11:05Z macsforever2000@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name lmms |
---|
8 | version 0.4.4 |
---|
9 | revision 1 |
---|
10 | categories multimedia |
---|
11 | maintainers nomaintainer |
---|
12 | |
---|
13 | description Linux Multimedia Studio |
---|
14 | long_description Free alternative to popular programs such as FruityLoops, Cubase and Logic |
---|
15 | |
---|
16 | homepage http://lmms.sourceforge.net |
---|
17 | platforms darwin |
---|
18 | master_sites sourceforge |
---|
19 | #parallel build seems broken :( |
---|
20 | use_parallel_build no |
---|
21 | use_bzip2 yes |
---|
22 | checksums md5 c09f00053d1defddb1df7131715f2b74 |
---|
23 | |
---|
24 | |
---|
25 | #disable VST because it is not supported on OS X |
---|
26 | configure.args-append -DWANT_VST=off |
---|
27 | |
---|
28 | depends_lib port:libsndfile \ |
---|
29 | port:qt4-mac \ |
---|
30 | port:libsdl \ |
---|
31 | port:fftw-3-single \ |
---|
32 | port:fluidsynth |
---|