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 115902 2014-01-14 01:14:51Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup pure 1.0 |
---|
6 | |
---|
7 | pure.setup faust2pd 2.9 |
---|
8 | name faust2pd |
---|
9 | distname ${name}-${version} |
---|
10 | categories audio devel |
---|
11 | platforms darwin |
---|
12 | maintainers ryandesign |
---|
13 | license GPL-3 |
---|
14 | |
---|
15 | description a utility to generate Pd GUI patches from Faust programs |
---|
16 | |
---|
17 | long_description ${name} is ${description}. |
---|
18 | |
---|
19 | checksums rmd160 affe15c3a7b1a4fea18a3a64462731087608ea30 \ |
---|
20 | sha256 8aae98629ebd3a3d3512ed8be33708ab7d0326ef7a76a63b2d35d3eb31d114c5 |
---|
21 | |
---|
22 | build.args-append PUREC_FLAGS=-mcpu=generic LIBRARY_PATH=${prefix}/lib prefix=${prefix} pdprefix=${prefix} |
---|
23 | |
---|
24 | destroot.args-append prefix=${prefix} pdprefix=${prefix} |
---|
25 | destroot.target-append install-pd |
---|