mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.1 KiB
Tcl
28 lines
1.1 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup pure 1.0
|
|
|
|
pure.setup faust2pd 2.16
|
|
categories-append audio devel
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
|
|
license GPL-3+
|
|
|
|
description a utility to generate Pd GUI patches from Faust programs
|
|
|
|
long_description ${name} is ${description}.
|
|
|
|
checksums rmd160 cddc64a42ed718dbdeddef4c7ec196294e20e8ef \
|
|
sha256 6538f85f913d11441a6746d2f352b3e14ea2012ab3c77658a5500ffc641c20e6
|
|
|
|
depends_lib-append port:pure-xml
|
|
|
|
build.args-append LIBRARY_PATH=${prefix}/lib \
|
|
prefix=${prefix} \
|
|
pdprefix=${prefix}
|
|
|
|
destroot.target-append install-pd
|
|
destroot.args-append prefix=${prefix} \
|
|
pdprefix=${prefix}
|