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 | PortGroup github 1.0 |
---|
6 | |
---|
7 | name osc2midi-devel |
---|
8 | conflicts osc2midi |
---|
9 | version 20150624 |
---|
10 | github.setup ssj71 OSC2MIDI edca98414f779f374d561bf0b5599ec51851c380 |
---|
11 | maintainers ryandesign gmail.com:aggraef |
---|
12 | |
---|
13 | categories audio |
---|
14 | description OSC to JACK MIDI bridge |
---|
15 | long_description This is a flexible OSC to JACK MIDI (and back) Bridge \ |
---|
16 | written in C for Linux. It was designed to be configurable \ |
---|
17 | so that any combination of MIDI and OSC client or host \ |
---|
18 | can work perfectly with it. |
---|
19 | |
---|
20 | platforms darwin |
---|
21 | license GPL-3 |
---|
22 | |
---|
23 | homepage https://sourceforge.net/projects/osc2midi/ |
---|
24 | |
---|
25 | checksums rmd160 100347441a8a3894a96e87bf72939af02cc1061c \ |
---|
26 | sha256 3843bba0650b0b774ef580d3771040b51798967660494e4ac2a4532077ea1666 |
---|
27 | |
---|
28 | depends_build-append port:cmake |
---|
29 | |
---|
30 | depends_lib-append port:jack \ |
---|
31 | port:liblo |
---|
32 | |
---|
33 | configure.cmd cmake . |
---|
34 | configure.pre_args -DCMAKE_INSTALL_PREFIX:PATH=${prefix} |
---|