ship84 version 1.3.3.7 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    ship84  most recent diff


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



      # $Id: Portfile 30227 2007-10-22 22:55:58Z jmpp macports.org $

      PortSystem 1.0

      Name: ship84
      Version: 1.3.3.7
      revision 1
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: space invaders clone using SDL
      Long Description: The Angryfez Army and their minions have pointed the ultimate battle at earth! Only Happyfez can save the day!

      Homepage: http://ship84.sourceforge.net/
      master_sites sourceforge
      distname shipv${version}UNIX
      use_zip yes
      checksums md5 06df2ae060fe4a076d7fa17a57205348
      patchfiles patch-GNUmakefile.diff patch-shipsdl.c.diff patch-shippy.c.diff

      depends_lib bin:sdl-config:libsdl lib:libSDL_mixer:libsdl_mixer

      set worksrcpath ${workpath}

      configure {
      reinplace "s|data/|${prefix}/share/games/${name}/|g" ${worksrcpath}/shipall.c ${worksrcpath}/shippy.c ${worksrcpath}/shipsdl.c
      }
      build.dir ${workpath}
      build.type gnu
      build.args -f GNUmakefile

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin ${destroot}${prefix}/share/games
      xinstall -m 755 -s ${worksrcpath}/shippy ${destroot}${prefix}/bin
      file copy ${worksrcpath}/data ${destroot}${prefix}/share/games/${name}
      }
      platform darwin {
      post-destroot {
      xinstall -d -m 755 ${destroot}/Applications/MacPorts/Ship84.app/Contents/MacOS
      system "ln -sf ${prefix}/bin/shippy ${destroot}/Applications/MacPorts/Ship84.app/Contents/MacOS/Ship84"
      }
      }

    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/ship84
      % sudo port install ship84
      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 ship84
      ---> Verifying checksum for ship84
      ---> Extracting ship84
      ---> Configuring ship84
      ---> Building ship84 with target all
      ---> Staging ship84 into destroot
      ---> Installing ship84
    - 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 ship84 with these commands:
      %  man ship84
      % apropos ship84
      % which ship84
      % locate ship84

     Where to find more information:

    Darwin Ports



    image test