| 82 | platform darwin 9 { |
| 83 | # Account for an iconv difference on Leopard. |
| 84 | patchfiles-append patch-portable.cpp |
| 85 | # Specify the platform explicitly to avoid a universal build. |
| 86 | configure.args-append --platform macosx-c++ |
| 87 | if {[variant_isset wizard]} { |
| 88 | post-destroot { |
| 89 | set dpappdir ${destroot}/Applications/MacPorts |
| 90 | xinstall -m 755 -d ${dpappdir}/doxywizard.app/Contents/MacOS |
| 91 | file rename ${destroot}${prefix}/bin/doxywizard \ |
| 92 | ${dpappdir}/doxywizard.app/Contents/MacOS/ |
| 93 | xinstall -m 644 ${filespath}/Info.plist \ |
| 94 | ${dpappdir}/doxywizard.app/Contents/ |
| 95 | } |
| 96 | } |
| 97 | } |