digger version 20020314 for Mac OS X 10.5 Leopard
Sunday the 11th of May, 2008

    digger  most recent diff


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



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

      PortSystem 1.0

      Name: digger
      Version: 20020314
      revision 1
      Category: games
      Platform: darwin
      Maintainers: nomaintainer
      Description: the Digger game
      Long Description: ${description}

      Homepage: http://www.digger.org
      master_sites ${homepage}
      checksums md5 a16e90a49ed8ea90099b254d3ef5edfa
      patchfiles patch-def.h.diff patch-digger.c.diff patch-input.c.diff patch-scores.c.diff patch-input.h.diff patch-main.c.diff

      depends_lib bin:sdl-config:libsdl

      post-extract {
      file copy ${filespath}/Makefile.darwin ${worksrcpath}/Makefile
      }

      use_configure no

      destroot {
      xinstall -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 ${worksrcpath}/digger.txt ${destroot}${prefix}/share/doc/${name}
      xinstall -mode 755 -s ${worksrcpath}/digger ${destroot}${prefix}/bin
      }

      platform darwin {
      post-destroot {
      file mkdir ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS
      xinstall -mode 755 ${filespath}/Digger.darwin ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS/Digger
      reinplace "s|_PREFIX_|${prefix}|g" ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS/Digger
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test