Changeset 83337
- Timestamp:
- 08/29/11 18:44:45 (4 years ago)
- Location:
- trunk/dports/games/supertux
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (2 diffs)
-
files/patch-src_setup.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/supertux/Portfile
r83260 r83337 2 2 3 3 PortSystem 1.0 4 PortGroup app 1.0 4 5 5 6 name supertux 6 7 version 0.1.3 8 revision 1 7 9 categories games 8 10 platforms darwin 9 11 maintainers freebsd.org:adamw 12 license GPL-2+ 13 10 14 description classic 2D jump and run sidescroller SuperMario clone 11 15 long_description SuperTux is a classic 2D jump and run sidescroller \ … … 29 33 30 34 platform darwin { 35 patchfiles-append patch-src_setup.cpp 31 36 configure.args-append --with-apple-opengl-framework 32 post-destroot {33 xinstall -d -m 755 ${destroot}/Applications/MacPorts/SuperTux.app/Contents/MacOS34 system "ln -sf ${prefix}/bin/supertux \35 ${destroot}/Applications/MacPorts/SuperTux.app/Contents/MacOS/SuperTux"36 }37 37 } 38 39 app.name SuperTux 40 app.icon supertux.png
Note: See TracChangeset
for help on using the changeset viewer.

