Ticket #31951: Portfile.diff

File Portfile.diff, 886 bytes (added by rudloff@…, 12 years ago)

Patch

  • Portfile

    old new  
    3737platform darwin {
    3838    patchfiles-append vte-sonames.diff
    3939}
     40
     41variant bundle description {Creates an application bundle} {
     42        destroot {
     43                xinstall -d ${destroot}${applications_dir}/Geany.app/Contents/MacOS/
     44                xinstall -d ${destroot}${applications_dir}/Geany.app/Contents/Resources/
     45                xinstall -W ${filespath} PkgInfo Info.plist ${destroot}${applications_dir}/Geany.app/Contents/
     46                xinstall ${filespath}/geany.icns ${destroot}${applications_dir}/Geany.app/Contents/Resources/
     47                xinstall ${worksrcpath}/src/geany ${destroot}${applications_dir}/Geany.app/Contents/MacOS/geany
     48                xinstall ${filespath}/launch ${destroot}${applications_dir}/Geany.app/Contents/MacOS/launch
     49        }
     50}