Download and Install gkrellm version 2.3.0 on Mac OS X
Thursday the 24th of July, 2008

    gkrellm  most recent diff


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



      # $Id: Portfile 27129 2007-07-20 19:03:16Z markd macports.org $
      PortSystem 1.0

      Name: gkrellm
      Version: 2.3.0
      Category: sysutils
      Maintainers: markd macports.org

      Description: A GTK based system monitor
      Long Description: ${description}

      Homepage: http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html

      Platform: darwin
      master_sites http://members.dslextreme.com/users/billw/gkrellm/
      checksums md5 8ced6843f4681ad8501fd04285ecff1f
      use_bzip2 yes

      depends_lib port:gtk2

      use_configure no

      build.type gnu
      build.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib

      build.target darwin
      destroot.target install_darwin

      set plugin_dir ${prefix}/libexec/gkrellm2/plugins
      set theme_dir ${prefix}/share/gkrellm2/themes

      post-patch {
      reinplace "s|\$(PREFIX)|${prefix}|g" "${worksrcpath}/Makefile"

      reinplace "s|/usr/local/share/gkrellm2/themes|${theme_dir}|g" "${worksrcpath}/src/gkrellm.h"

      reinplace "s|/usr/share/gkrellm2/themes|${theme_dir}|g" "${worksrcpath}/src/gkrellm.h"

      reinplace "s|/usr/local/lib/gkrellm2/plugins|${plugin_dir}|g" "${worksrcpath}/src/gkrellm.h"

      reinplace "s|/usr/lib/gkrellm2/plugins|${plugin_dir}|g" "${worksrcpath}/src/gkrellm.h"
      }

      post-destroot {
      xinstall -m 755 -d ${destroot}${theme_dir}
      xinstall -m 755 -d ${destroot}${plugin_dir}

      destroot.keepdirs ${destroot}${theme_dir} ${destroot}${plugin_dir}
      }

      post-activate {
      ui_msg "\n

      After the first launch of GkrellM, the directory ~/.gkrellm2/
      is created that contains the file user-config to keep your
      settings, and also contains directories named themes/ and plugins/.
      However, the plugins and themes directories for this port of
      GkrellM are fixed at these locations:

      ${plugin_dir}
      ${theme_dir}
      \n"
      }

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

     Where to find more information:

    Darwin Ports



    image test