Property changes on: files/patch-src_setup.cpp
___________________________________________________________________
Added: svn:eol-style
+ native
|
|
|
1 | 1 | # $Id$ |
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 \ |
12 | 16 | game in a similar style like the original SuperMario \ |
… |
… |
|
20 | 24 | patchfiles patch-src_menu.h \ |
21 | 25 | patch-src_texture.h |
22 | 26 | |
23 | | depends_lib bin:sdl-config:libsdl \ |
24 | | lib:libmikmod:libmikmod \ |
25 | | lib:libSDL_mixer:libsdl_mixer \ |
26 | | lib:libSDL_image:libsdl_image |
| 27 | depends_lib path:lib/pkgconfig/sdl.pc:libsdl \ |
| 28 | port:libmikmod \ |
| 29 | port:libsdl_mixer \ |
| 30 | port:libsdl_image |
27 | 31 | |
28 | 32 | configure.args --disable-sdltest |
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/MacOS |
34 | | 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 |