New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83023


Ignore:
Timestamp:
08/23/11 15:52:13 (4 years ago)
Author:
ryandesign@…
Message:

SDLInvaders: use app portgroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/SDLInvaders/Portfile

    r83022 r83023  
    33 
    44PortSystem              1.0 
     5PortGroup               app 1.0 
    56 
    67name                    SDLInvaders 
    78version                 0.8.0 
     9revision                1 
    810categories              games 
    911platforms               darwin 
     
    2830configure.args          --disable-sdltest 
    2931 
    30 platform darwin { 
    31     post-destroot { 
    32         file attributes \ 
    33             ${destroot}${prefix}/share/SDLInvaders/highscores \ 
    34             -permissions +w 
    35         xinstall -d ${destroot}${applications_dir}/${name}.app/Contents/MacOS 
    36         ln -s ${prefix}/bin/${name} \ 
    37             ${destroot}${applications_dir}/${name}.app/Contents/MacOS 
    38     } 
     32post-destroot { 
     33    file attributes ${destroot}${prefix}/share/SDLInvaders/highscores -permissions +w 
    3934} 
     35 
     36app.identifier          net.sourceforge.sdlinvaders.${app.name} 
Note: See TracChangeset for help on using the changeset viewer.