Download and Install wop version 0.4.2 on Mac OS X
Saturday the 22nd of November, 2008

    version 0.4.2

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



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

      PortSystem 1.0

      Name: wop
      Version: 0.4.2
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: Worms of Prey is a real-time Worms game
      Long Description: ${description}

      Homepage: http://www.wormsofprey.org/
      master_sites ${homepage}/download/
      set data 2005-12-21
      distfiles ${distname}-src.tar.bz2 wopdata-${data}.tar.bz2
      checksums ${distname}-src.tar.bz2 md5 fc2567427b8970299f88df1d45aa106b wopdata-${data}.tar.bz2 md5 0bf42f28e03dcac5c8066b46d7733907
      use_bzip2 yes

      depends_lib port:libsdl port:libsdl_net port:libsdl_ttf port:libsdl_image port:libsdl_mixer

      use_configure no

      destroot {
      xinstall -m 755 -s ${worksrcpath}/bin/wop ${destroot}${prefix}/bin
      xinstall -m 755 ${filespath}/wop ${destroot}${prefix}/bin/wop-client
      xinstall -m 755 ${filespath}/wop ${destroot}${prefix}/bin/wop-server
      reinplace "s|_PREFIX_|${prefix}|g" ${destroot}${prefix}/bin/wop-client ${destroot}${prefix}/bin/wop-server
      reinplace "s|_MODE_|client|g" ${destroot}${prefix}/bin/wop-client
      reinplace "s|_MODE_|server|g" ${destroot}${prefix}/bin/wop-server
      file copy ${workpath}/wopdata-${data} ${destroot}${prefix}/share/wop
      }

      platform darwin 8 {
      build.args CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.