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$ |
---|
3 | PortSystem 1.0 |
---|
4 | name lmms |
---|
5 | version 0.4.3 |
---|
6 | categories multimedia |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description Linux Multimedia Studio |
---|
9 | long_description Free alternative to popular programs such as FruityLoops, Cubase and Logic |
---|
10 | homepage http://lmms.sourceforge.net |
---|
11 | platforms darwin |
---|
12 | master_sites sourceforge |
---|
13 | #parallel build seems broken :( |
---|
14 | #use_parallel_build yes |
---|
15 | use_bzip2 yes |
---|
16 | checksums md5 6f16fb3a9b13e80d5cea061a87ee26c5 |
---|
17 | |
---|
18 | PortGroup cmake 1.0 |
---|
19 | |
---|
20 | #disable VST because it is not supported on OS X |
---|
21 | configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} -DWANT_VST=off |
---|
22 | |
---|
23 | depends_lib port:libsndfile \ |
---|
24 | port:qt4-mac \ |
---|
25 | port:libsdl \ |
---|
26 | port:cmake |
---|