Wop version 0.4.2 - How to Download and Install on Mac OS X
Friday the 20th of November, 2009

    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


      The wop Portfile 58210 2009-09-24 06:56:08Z ryandesign 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 path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_net port:libsdl_ttf port:libsdl_image port:libsdl_mixer

      use_configure no

      build.args CC=${configure.cc} CXX=${configure.cxx}

      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
      }

    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.