alienblaster version 1.1.0 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    alienblaster  most recent diff


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



      # $Id: Portfile 32665 2008-01-10 13:33:13Z ryandesign macports.org $

      PortSystem 1.0

      Name: alienblaster
      Version: 1.1.0
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: action loaded 2D arcade shooter for up to two players
      Long Description: ${description}

      Homepage: http://www.schwardtnet.de/alienblaster/
      master_sites ${homepage}archives/
      extract.suffix .tgz
      checksums md5 27412a868f7d4ae0949036aeb29a6691

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

      worksrcdir ${name}

      configure {
      reinplace "s|./images|${prefix}/share/${name}/images|g" ${worksrcpath}/src/global.h ${worksrcpath}/src/global.cc ${worksrcpath}/cfg/level1.cfg ${worksrcpath}/cfg/level2.cfg ${worksrcpath}/cfg/levelArcade.cfg
      reinplace "s|=images/|=${prefix}/share/${name}/images/|g" ${worksrcpath}/cfg/level1.cfg ${worksrcpath}/cfg/level2.cfg ${worksrcpath}/cfg/levelArcade.cfg
      reinplace "s|./cfg|${prefix}/etc/${name}|g" ${worksrcpath}/src/global.h ${worksrcpath}/src/global.cc
      reinplace "s|./sound|${prefix}/share/${name}/sound|g" ${worksrcpath}/src/global.h ${worksrcpath}/src/global.cc
      }

      destroot {
      xinstall -m 755 -s ${worksrcpath}/alienblaster ${destroot}${prefix}/bin
      xinstall -m 755 -d ${destroot}${prefix}/share/${name}
      file copy ${worksrcpath}/sound ${destroot}${prefix}/share/${name}
      file copy ${worksrcpath}/images ${destroot}${prefix}/share/${name}
      file copy ${worksrcpath}/cfg ${destroot}${prefix}/etc/${name}
      }

      platform darwin {
      post-destroot {
      xinstall -m 755 -d ${destroot}/Applications/MacPorts/AlienBlaster.app/Contents/MacOS
      ln -s ${prefix}/bin/alienblaster ${destroot}/Applications/MacPorts/AlienBlaster.app/Contents/MacOS/AlienBlaster
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test