Glpong version 1.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 1.3

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


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

      PortSystem 1.0

      Name: glpong
      Version: 1.3
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: Implementation of pong using OpenGL, playable vs. AI.
      Long Description: Implementation of pong using OpenGL, SDL, SDL_image, and SDL_mixer. Only mode of play is you against an AI.

      Homepage: http://math.missouristate.edu/~erik/software.php?id=72
      Master Sites: http://math.missouristate.edu/~erik/files/
      Checksums: md5 7e6f5a0e048623f3425d2e309ba86453 sha1 e391d12a50f2d82e581b9f85de33b308a3a3152d rmd160 a0077de5855b8a66f90fbf10c10275546b922772

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

      configure.args --disable-sdltest

      post-configure {
      reinplace "s|-lGLU||g" ${worksrcpath}/src/Makefile
      reinplace "s|-lGL||g" ${worksrcpath}/src/Makefile
      }

      platform darwin 9 {
      # http://developer.apple.com/qa/qa2007/qa1567.html
      configure.ldflags-append -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.