Openmortal version 0.7 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    openmortal  most recent diff


    version 0.7

      View the most recent changes for the openmortal port at: openmortal.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for openmortal.
      The raw portfile for openmortal 0.7 is located here:
      http://openmortal.darwinports.com/dports/games/openmortal/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/openmortal


      The openmortal Portfile 58210 2009-09-24 06:56:08Z ryandesign macports.org $

      PortSystem 1.0

      Name: openmortal
      Version: 0.7
      Category: games
      Platform: 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!

      Homepage: http://openmortal.sourceforge.net/
      Master Sites: sourceforge
      Checksums: md5 95278382bb563906fce624d833a845cf
      use_bzip2 yes

      depends_lib path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_mixer port:libsdl_image port:libsdl_ttf port:libsdl_net port:freetype bin:perl:perl5

      configure.args --enable-main --enable-characters --enable-additional --enable-thirdparty --disable-sdltest

      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
      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/
      }
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/openmortal
      % sudo port install openmortal
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching openmortal
      ---> Verifying checksum for openmortal
      ---> Extracting openmortal
      ---> Configuring openmortal
      ---> Building openmortal with target all
      ---> Staging openmortal into destroot
      ---> Installing openmortal
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using openmortal with these commands:
      %  man openmortal
      % apropos openmortal
      % which openmortal
      % locate openmortal

     Where to find more information:

    Darwin Ports



    Lightbox this page.