Changeset 82712
- Timestamp:
- 08/18/11 14:04:42 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/ship84/Portfile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/ship84/Portfile
r82705 r82712 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name ship84 7 8 version 1.3.3.7 8 revision 19 revision 2 9 10 categories games 10 11 platforms darwin 11 12 maintainers nomaintainer 13 14 # Compiles ok for x86_64 but crashes on launch after showing main window 15 supported_archs i386 ppc 12 16 13 17 description space invaders clone using SDL … … 24 28 25 29 checksums md5 06df2ae060fe4a076d7fa17a57205348 30 31 depends_lib port:libsdl \ 32 port:libsdl_mixer 26 33 27 34 extract.mkdir yes … … 44 51 patch-shippy.c.diff 45 52 46 depends_lib bin:sdl-config:libsdl \ 47 lib:libSDL_mixer:libsdl_mixer 48 49 configure { 53 post-patch { 50 54 reinplace "s|data/|${prefix}/share/games/${name}/|g" \ 51 55 ${worksrcpath}/shipall.c \ … … 54 58 } 55 59 56 build.type gnu 57 build.args -f GNUmakefile 60 use_configure no 61 62 variant universal {} 63 64 build.args CC="${configure.cc} [get_canonical_archflags]" 58 65 59 66 destroot { … … 64 71 } 65 72 66 platform darwin { 67 post-destroot { 68 xinstall -d -m 755 ${destroot}/Applications/MacPorts/Ship84.app/Contents/MacOS 69 system "ln -sf ${prefix}/bin/shippy \ 70 ${destroot}/Applications/MacPorts/Ship84.app/Contents/MacOS/Ship84" 71 } 72 } 73 app.name Shippy1984 74 app.executable shippy 75 app.identifier net.sourceforge.ship84.Shippy1984 73 76 74 77 livecheck.type sourceforge
Note: See TracChangeset
for help on using the changeset viewer.

