glpong version 1.0 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    glpong  most recent diff


      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.0 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
      Google
      Web Darwinports.com



      # $Id: Portfile 33603 2008-01-31 11:24:04Z ryandesign macports.org $

      PortSystem 1.0

      Name: glpong
      Version: 1.0
      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 aa4383fe80c5b2474b33c24d2a93d5d3

      depends_lib lib:libsdl:libsdl lib:libsdl_image:libsdl_image lib:libsdl_mixer:libsdl_mixer

      configure.args --disable-sdltest

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

    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



    image test