Ticket #48161: Portfile

File Portfile, 1.2 KB (added by agraef (Albert Graef), 9 years ago)

Portfile using the github-1.0 portgroup, as suggested

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
5PortGroup           github 1.0
6
7name                osc2midi-devel
8conflicts           osc2midi
9version             20150624
10github.setup        ssj71 OSC2MIDI edca98414f779f374d561bf0b5599ec51851c380
11maintainers         ryandesign gmail.com:aggraef
12
13categories          audio
14description         OSC to JACK MIDI bridge
15long_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
20platforms           darwin
21license             GPL-3
22
23homepage            https://sourceforge.net/projects/osc2midi/
24
25checksums           rmd160  100347441a8a3894a96e87bf72939af02cc1061c \
26                    sha256  3843bba0650b0b774ef580d3771040b51798967660494e4ac2a4532077ea1666
27
28depends_build-append        port:cmake
29
30depends_lib-append          port:jack \
31                            port:liblo
32
33configure.cmd       cmake .
34configure.pre_args  -DCMAKE_INSTALL_PREFIX:PATH=${prefix}