Ticket #45141: Portfile.3

File Portfile.3, 1.3 KB (added by agraef (Albert Graef), 10 years ago)

pd-faust Portfile

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