2pong version 0.6 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.6

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


      The 2pong Portfile 58210 2009-09-24 06:56:08Z ryandesign macports.org $

      PortSystem 1.0

      Name: 2Pong
      Version: 0.6
      Revision: 1
      Category: games
      Platform: darwin
      Maintainers: nomaintainer

      Description: Pong game with 2 balls, 2 and 4 player support
      Long Description: ${description}

      Homepage: http://twopong.sourceforge.net/
      Master Sites: sourceforge:twopong
      Checksums: md5 55d54deb30f079d4b2684b7f7c8ab57f
      use_bzip2 yes

      depends_lib path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_image port:libsdl_mixer

      use_configure no

      build.args CFLAGS="-I${prefix}/include -I${prefix}/include/SDL"

      destroot.destdir PRE=${destroot}${prefix}

      post-destroot {
      reinplace s|${destroot}${prefix}|${prefix}|g ${destroot}${prefix}/bin/2Pong
      xinstall -d ${destroot}${applications_dir}/2Pong.app/Contents/MacOS
      ln -s ${prefix}/bin/2Pong ${destroot}${applications_dir}/2Pong.app/Contents/MacOS/2Pong
      }

      livecheck.version ${name}-${version}
      livecheck.distname ${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/2pong
      % sudo port install 2pong
      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 2pong
      ---> Verifying checksum for 2pong
      ---> Extracting 2pong
      ---> Configuring 2pong
      ---> Building 2pong with target all
      ---> Staging 2pong into destroot
      ---> Installing 2pong
    - 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 2pong with these commands:
      %  man 2pong
      % apropos 2pong
      % which 2pong
      % locate 2pong

     Where to find more information:

    Darwin Ports



    Lightbox this page.