Ticket #19628: Portfile

File Portfile, 1.0 KB (added by direx@…, 15 years ago)

lmms 0.4.4 Portfile

Line 
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
4PortSystem          1.0
5PortGroup           cmake 1.0
6
7name                lmms
8version             0.4.4
9revision            1
10categories          multimedia
11maintainers         nomaintainer
12
13description         Linux Multimedia Studio
14long_description    Free alternative to popular programs such as FruityLoops, Cubase and Logic
15
16homepage            http://lmms.sourceforge.net
17platforms           darwin
18master_sites        sourceforge
19#parallel build seems broken :(
20use_parallel_build  no
21use_bzip2           yes
22checksums           md5 c09f00053d1defddb1df7131715f2b74
23
24
25#disable VST because it is not supported on OS X
26configure.args-append   -DWANT_VST=off
27
28depends_lib         port:libsndfile \
29                    port:qt4-mac \
30                    port:libsdl \
31                    port:fftw-3-single \
32                    port:fluidsynth