New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83337


Ignore:
Timestamp:
08/29/11 18:44:45 (4 years ago)
Author:
ryandesign@…
Message:

supertux: use app portgroup, add app icon, indicate license; see #31015

Location:
trunk/dports/games/supertux
Files:
1 added
1 edited

Legend:

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

    r83260 r83337  
    22 
    33PortSystem 1.0 
     4PortGroup       app 1.0 
    45 
    56name            supertux 
    67version         0.1.3 
     8revision        1 
    79categories      games 
    810platforms       darwin 
    911maintainers     freebsd.org:adamw 
     12license         GPL-2+ 
     13 
    1014description     classic 2D jump and run sidescroller SuperMario clone 
    1115long_description        SuperTux is a classic 2D jump and run sidescroller \ 
     
    2933 
    3034platform darwin { 
     35        patchfiles-append       patch-src_setup.cpp 
    3136        configure.args-append   --with-apple-opengl-framework 
    32         post-destroot   { 
    33                 xinstall -d -m 755 ${destroot}/Applications/MacPorts/SuperTux.app/Contents/MacOS 
    34                 system "ln -sf ${prefix}/bin/supertux \ 
    35                         ${destroot}/Applications/MacPorts/SuperTux.app/Contents/MacOS/SuperTux" 
    36         } 
    3737} 
     38 
     39app.name        SuperTux 
     40app.icon        supertux.png 
Note: See TracChangeset for help on using the changeset viewer.