Ticket #62166: Portfile

File Portfile, 1.0 KB (added by DominusExult (Dominik Reichardt), 4 years ago)

portfile for libmt32emu

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
3PortSystem          1.0
4PortGroup               cmake 1.1
5
6categories          audio emulators
7maintainers         openmaintainer
8license             LGPL-2.1
9
10name                munt-mt32emu
11version             2.4.0
12
13description         Munt library
14long_description    mt32emu is a C/C++ library which allows to emulate (approximately) the Roland MT-32, CM-32L and LAPC-I synthesiser modules.
15
16platforms           darwin
17
18homepage                        http://munt.sourceforge.net/
19master_sites            http://sourceforge.net/projects/munt/files/munt/${version}
20
21distname                        munt-${version}
22
23checksums           rmd160  9f3c76daf60294613e4e2646eba9e76d506c85ff \
24                    sha256  b4f7054df1d3f89e2cc683ff6182c4d0a272daceffc4d27fd968b6eaebcdc9ed \
25                    size    474789
26
27
28configure.args-append \
29                    -Dmunt_WITH_MT32EMU_SMF2WAV=FALSE \
30                    -Dmunt_WITH_MT32EMU_QT=FALSE