| 27 | |
| 28 | post-destroot { |
| 29 | # Install php files not installed by the Makefile |
| 30 | file mkdir ${prefix}/www/${name}/examples |
| 31 | file copy ${worksrcpath}/../examples/ ${prefix}/www/${name}/examples |
| 32 | file copy ${worksrcpath}/../xhprof_lib/ ${prefix}/www/${name}/xhprof_lib |
| 33 | file copy ${worksrcpath}/../xhprof_html/ ${prefix}/www/${name}/xhprof_html |
| 34 | } |
| 35 | |
| 36 | variant graphviz description {Build with graphviz, support for callgraphs} { |
| 37 | depends_lib-delete port:graphviz |
| 38 | patchfiles callgraph_utils.php.diff |
| 39 | } |