Ticket #47823: Portfile

File Portfile, 1.3 KB (added by agraef (Albert Graef), 9 years ago)
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$
3
4PortSystem          1.0
5
6name                osc2midi
7conflicts           osc2midi-devel
8version             0.1.04
9maintainers         ryandesign gmail.com:aggraef
10
11categories          audio
12description         OSC to JACK MIDI bridge
13long_description    This is a flexible OSC to JACK MIDI (and back) Bridge \
14                    written in C for Linux. It was designed to be configurable \
15                    so that any combination of MIDI and OSC client or host \
16                    can work perfectly with it.
17
18platforms           darwin
19license             GPL-3
20
21homepage            https://sourceforge.net/projects/osc2midi/
22master_sites        sourceforge:project/osc2midi
23distname            ${name}_${version}
24worksrcdir          ${name}
25use_bzip2           yes
26
27checksums           rmd160  dac568b0e58907e31adc1a7ee27c72c323bc97dd \
28                    sha256  b117c50e1f8da8050bab707c2e7f42556cf9abb61dfec53f45ad6a372b130b0e
29
30depends_build-append        port:cmake
31
32depends_lib-append          port:jack \
33                            port:liblo
34
35configure.cmd       cmake .
36configure.pre_args  -DCMAKE_INSTALL_PREFIX:PATH=${prefix}