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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name osc2midi |
---|
7 | conflicts osc2midi-devel |
---|
8 | version 0.1.04 |
---|
9 | maintainers ryandesign gmail.com:aggraef |
---|
10 | |
---|
11 | categories audio |
---|
12 | description OSC to JACK MIDI bridge |
---|
13 | long_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 | |
---|
18 | platforms darwin |
---|
19 | license GPL-3 |
---|
20 | |
---|
21 | homepage https://sourceforge.net/projects/osc2midi/ |
---|
22 | master_sites sourceforge:project/osc2midi |
---|
23 | distname ${name}_${version} |
---|
24 | worksrcdir ${name} |
---|
25 | use_bzip2 yes |
---|
26 | |
---|
27 | checksums rmd160 dac568b0e58907e31adc1a7ee27c72c323bc97dd \ |
---|
28 | sha256 b117c50e1f8da8050bab707c2e7f42556cf9abb61dfec53f45ad6a372b130b0e |
---|
29 | |
---|
30 | depends_build-append port:cmake |
---|
31 | |
---|
32 | depends_lib-append port:jack \ |
---|
33 | port:liblo |
---|
34 | |
---|
35 | configure.cmd cmake . |
---|
36 | configure.pre_args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|