Ticket #45292: faust-devel-Portfile.diff
File faust-devel-Portfile.diff, 1.4 KB (added by agraef (Albert Graef), 10 years ago) |
---|
-
Portfile
5 5 6 6 name faust-devel 7 7 conflicts faust faust2-devel 8 version 0.9.68-2014100 29 git.branch c1 b94c3af34bc98c1e5aa0bc47d08d78aa8a9b0d8 version 0.9.68-20141008 9 git.branch c112ae38567f6d4087e5c1c86746f3152acf2b68 10 10 categories audio lang 11 11 platforms darwin 12 12 maintainers ryandesign … … 28 28 port:libsndfile \ 29 29 port:openssl 30 30 31 patchfiles-append patch-architecture-httpdlib-src-Makefile.diff32 patchfiles-append patch-architecture-osclib-faust-Makefile.diff33 patchfiles-append patch-tools-sound2faust-Makefile.diff34 35 31 post-patch { 36 32 eval reinplace "s|/usr/local|${prefix}|g" \ 37 33 ${worksrcpath}/compiler/parser/enrobage.cpp \ … … 54 50 55 51 build.args-append ARCHFLAGS="[get_canonical_archflags cxx]" \ 56 52 CXX="${configure.cxx} [get_canonical_archflags cxx]" 53 build.target world 57 54 58 post-build {59 foreach extra {dynamic httpd sound2faust} {60 build.target ${extra}61 portbuild::build_main62 }63 }64 65 55 post-destroot { 66 56 set docdir ${destroot}${prefix}/share/doc/${subport} 67 57 xinstall -d ${docdir}