Ticket #51231: pd-faust-Portfile.diff

File pd-faust-Portfile.diff, 1.2 KB (added by agraef (Albert Graef), 8 years ago)
  • Portfile

     
    44PortSystem                      1.0
    55PortGroup                       pure 1.0
    66
    7 pure.setup                      pd-faust 0.9
     7pure.setup                      pd-faust 0.10
    88name                            pd-faust
    99categories-append               audio devel
    1010platforms                       darwin
     
    1717
    1818long_description                ${name} provides ${description}.
    1919
    20 checksums                       rmd160  8b1f39c5ebfb7410d3e836d77c4eee4851328794 \
    21                                 sha256  d15e77dd13b07407fad86df0e81cf1e450dcfe27f144f248fc88140f71eba8bb
     20checksums                       rmd160  d63cedaf17407eacadb45db3086618a3cad80acb \
     21                                sha256  cc404e421c69c8abe2312242d27d8deec1102f718bb3919e58ab80c90d961512
    2222
    2323depends_build-append            path:bin/faust:faust \
    2424                                port:pkgconfig
     
    2929
    3030depends_run-append              port:pd-pure
    3131
    32 patchfiles-append               patch-lib-Makefile.diff
    33 
    3432build.args-append               LIBRARY_PATH=${prefix}/lib \
    3533                                prefix=${prefix}
    3634