Revision: 38855 http://trac.macosforge.org/projects/macports/changeset/38855 Author: ryandesign@macports.org Date: 2008-08-01 03:43:48 -0700 (Fri, 01 Aug 2008) Log Message: ----------- openmortal: whitespace changes only Modified Paths: -------------- trunk/dports/games/openmortal/Portfile Modified: trunk/dports/games/openmortal/Portfile =================================================================== --- trunk/dports/games/openmortal/Portfile 2008-08-01 10:40:27 UTC (rev 38854) +++ trunk/dports/games/openmortal/Portfile 2008-08-01 10:43:48 UTC (rev 38855) @@ -1,60 +1,61 @@ # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name openmortal -version 0.7 -categories games -platforms darwin -maintainers nomaintainer -description Mortal Szombat is a parody of the coin-up game Mortal Kombat -long_description Mortal Szombat is a parody of the popular coin-up \ - game, Mortal Kombat. It is currently playable (maybe \ - even enjoyable), although it is still under \ - development. Only two-player game is supported, \ - single-player games against computer opponent is not \ - planned yet. There are currently 9 playable \ - characters, and 8 more in the making! +name openmortal +version 0.7 +categories games +platforms darwin +maintainers nomaintainer -homepage http://openmortal.sourceforge.net/ -master_sites sourceforge -checksums md5 95278382bb563906fce624d833a845cf -use_bzip2 yes +description Mortal Szombat is a parody of the coin-up game Mortal Kombat +long_description Mortal Szombat is a parody of the popular coin-up \ + game, Mortal Kombat. It is currently playable (maybe \ + even enjoyable), although it is still under \ + development. Only two-player game is supported, \ + single-player games against computer opponent is not \ + planned yet. There are currently 9 playable \ + characters, and 8 more in the making! -depends_lib bin:sdl-config:libsdl \ - lib:libSDL_mixer:libsdl_mixer \ - lib:libSDL_image:libsdl_image \ - lib:libSDL_ttf:libsdl_ttf \ - lib:libSDL_net:libsdl_net \ - lib:libfreetype:freetype \ - bin:perl:perl5.8 +homepage http://openmortal.sourceforge.net/ +master_sites sourceforge +checksums md5 95278382bb563906fce624d833a845cf +use_bzip2 yes +depends_lib bin:sdl-config:libsdl \ + lib:libSDL_mixer:libsdl_mixer \ + lib:libSDL_image:libsdl_image \ + lib:libSDL_ttf:libsdl_ttf \ + lib:libSDL_net:libsdl_net \ + lib:libfreetype:freetype \ + bin:perl:perl5.8 + +configure.args --enable-main \ + --enable-characters \ + --enable-additional \ + --enable-thirdparty \ + --disable-sdltest + # Can be removed once MacPorts 1.7.0 is released if {![info exists applications_dir]} { set applications_dir /Applications/MacPorts } -platform darwin { - pre-patch { - # Convert files from DOS to UNIX linefeeds before patching. - reinplace "s/\r$//g" \ - ${worksrcpath}/src/gfx.cpp - } - patchfiles patch-gfx.cpp.diff \ - patch-sge_tt_text.cpp.diff - post-destroot { - xinstall -d -m 755 \ - ${destroot}${applications_dir}/OpenMortal.app/Contents/MacOS \ - ${destroot}${applications_dir}/OpenMortal.app/Resources - system "ln -s ${prefix}/bin/openmortal \ - ${destroot}${applications_dir}/OpenMortal.app/Contents/MacOS/OpenMortal" - xinstall -m 644 ${filespath}/OpenMortal.icns \ - ${destroot}${applications_dir}/OpenMortal.app/Resources/ - } +platform darwin { + pre-patch { + # Convert files from DOS to UNIX linefeeds before patching. + reinplace "s/\r$//g" \ + ${worksrcpath}/src/gfx.cpp + } + patchfiles patch-gfx.cpp.diff \ + patch-sge_tt_text.cpp.diff + post-destroot { + xinstall -d -m 755 \ + ${destroot}${applications_dir}/OpenMortal.app/Contents/MacOS \ + ${destroot}${applications_dir}/OpenMortal.app/Resources + system "ln -s ${prefix}/bin/openmortal \ + ${destroot}${applications_dir}/OpenMortal.app/Contents/MacOS/OpenMortal" + xinstall -m 644 ${filespath}/OpenMortal.icns \ + ${destroot}${applications_dir}/OpenMortal.app/Resources/ + } } - -configure.args --enable-main \ - --enable-characters \ - --enable-additional \ - --enable-thirdparty \ - --disable-sdltest