Digger version 20020314 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 20020314

      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


      The digger Portfile 58210 2009-09-24 06:56:08Z ryandesign 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
      Patch Files: 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 path:lib/pkgconfig/sdl.pc: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 -m 755 -s ${worksrcpath}/digger ${destroot}${prefix}/bin
      }

      platform darwin {
      post-destroot {
      xinstall -d ${destroot}${applications_dir}/Digger.app/Contents/MacOS
      xinstall -m 755 ${filespath}/Digger.darwin ${destroot}${applications_dir}/Digger.app/Contents/MacOS/Digger
      reinplace "s|_PREFIX_|${prefix}|g" ${destroot}${applications_dir}/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



    Lightbox this page.