svinepalsen version 0.2.1 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    svinepalsen  most recent diff


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



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

      PortSystem 1.0

      Name: svinepalsen
      Version: 0.2.1
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: Space Invaders style arcade game
      Long Description: In Svinepalsen, the year is 2223 and the population of space has begun. You are tentacled creature from Nurobi Gernash on a mission to reach the home planet of a race called humans. You are to deliver one message to all nations of Earth: 'There must be security for all or no one is secure'. The mission fails and you are forced to make an example of the human insolence. With your vastly superior ship you must destroy all resistance. You must kill them all or there will be retaliation.

      Homepage: http://svinepalsen.sourceforge.net/
      master_sites sourceforge
      extract.suffix .tar.bz2
      use_bzip2 yes
      distfiles ${name}-src-${version}${extract.suffix} ${name}-data-${version}${extract.suffix}
      checksums ${name}-src-${version}${extract.suffix} md5 1c80abb76d139c51051e84ee79042349 ${name}-data-${version}${extract.suffix} md5 51580dffcfdc8c9301d653145cd4bc75

      depends_lib port:libsdl port:libsdl_mixer port:libsdl_image port:libsdl_ttf port:smpeg

      configure.dir ${workpath}/${name}
      configure.cppflags-append '-I${prefix}/include/smpeg'
      configure.args --disable-sdltest

      post-configure {
      reinplace "s|-lSDL_ttf|-lSDL_ttf -lsmpeg|g" ${configure.dir}/src/Makefile
      reinplace "s|data/|${prefix}/share/${name}/|g" ${configure.dir}/src/CEnemyBase.cc ${configure.dir}/src/svinepalsen.cc
      }

      build.dir ${configure.dir}
      build.env CPPFLAGS="-I${prefix}/include -I${prefix}/include/smpeg" LDFLAGS="-L${prefix}/lib"

      destroot.dir ${build.dir}

      post-destroot {
      file mkdir ${destroot}${prefix}/share/ ${destroot}${prefix}/share/doc/${name}
      file copy ${workpath}/data ${destroot}${prefix}/share/${name}
      file copy ${build.dir}/AUTHORS ${build.dir}/README ${build.dir}/TODO ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test