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: Portfile 125655 2014-09-23 17:50:33Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup pd-faust 0.9 |
---|
8 | name pd-faust |
---|
9 | distname ${name}-${version} |
---|
10 | categories audio devel |
---|
11 | platforms darwin |
---|
12 | maintainers ryandesign |
---|
13 | license BSD |
---|
14 | |
---|
15 | description a Pd plugin loader which lets you run Faust programs as externals in Pd and dynamically generate Pd GUI subpatches |
---|
16 | |
---|
17 | long_description ${name} provides ${description}. |
---|
18 | |
---|
19 | checksums rmd160 8b1f39c5ebfb7410d3e836d77c4eee4851328794 \ |
---|
20 | sha256 d15e77dd13b07407fad86df0e81cf1e450dcfe27f144f248fc88140f71eba8bb |
---|
21 | |
---|
22 | depends_build-append port:pkgconfig path:bin/faust:faust |
---|
23 | |
---|
24 | depends_lib-append port:libtool port:pure-faust port:pure-stldict port:pure-midi |
---|
25 | |
---|
26 | build.args-append PUREC_FLAGS=-mcpu=generic LIBRARY_PATH=${prefix}/lib prefix=${prefix} |
---|
27 | |
---|
28 | destroot.args-append prefix=${prefix} |
---|