Ticket #45241: faust2-devel-Portfile.diff
File faust2-devel-Portfile.diff, 1.4 KB (added by agraef (Albert Graef), 10 years ago) |
---|
-
Portfile
5 5 6 6 name faust2-devel 7 7 conflicts faust faust-devel 8 version 2.0-2014 07239 git.branch b00d5580a386113431a77a3f7d1a064b1794a71a8 version 2.0-20141002 9 git.branch 57c17a039422c652f7302541918a07ca955288e0 10 10 categories audio lang 11 11 platforms darwin 12 12 maintainers ryandesign … … 27 27 set llvm_prefix ${prefix}/libexec/llvm-${llvm_version} 28 28 build.env PATH=${llvm_prefix}/bin:$env(PATH) 29 29 30 depends_build port:pkgconfig 31 30 32 depends_lib port:clang-${llvm_version} \ 31 33 port:llvm-${llvm_version} \ 32 port:openssl 34 port:libmicrohttpd \ 35 port:openssl \ 36 port:libsndfile 33 37 34 38 post-patch { 35 39 eval reinplace "s|/usr/local|${prefix}|g" \ … … 52 56 variant universal {} 53 57 54 58 build.args-append CXX="${configure.cxx} [get_canonical_archflags cxx]" 59 build.target-append sound2faust httpd dynamic 55 60 56 61 post-destroot { 57 62 set docdir ${destroot}${prefix}/share/doc/${subport} … … 65 70 66 71 # fixme 67 72 livecheck.type none 73 74 use_parallel_build no