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

    version 7.2

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


      The glw Portfile 58843 2009-10-06 06:56:01Z ryandesign macports.org $

      PortSystem 1.0

      Name: glw
      Version: 7.2
      Revision: 1
      Category: x11 devel graphics
      Maintainers: css
      Description: Mesa OpenGL widget library
      Homepage: http://www.mesa3d.org/
      Platform: darwin
      Long Description: SGI Xt/Motif OpenGL widget library
      Master Sites: sourceforge:mesa3d

      distname MesaLib-${version}
      use_bzip2 yes
      use_autoconf yes

      Checksums: md5 04d379292e023df0b0266825cb0dbde5 sha1 a6dce814cc56a562890ab79cf4e205f62459a29c rmd160 1e7c2cc6aa27ebaf7e726ac2086c10a5155d0832

      universal_variant no

      depends_lib port:xorg-libsm port:mesa lib:libXm:openmotif

      post-extract { file mkdir "${worksrcpath}/lib" }

      configure.args-append --enable-motif

      worksrcdir Mesa-${version}
      build.dir ${worksrcpath}/src/glw
      build.target

      platform darwin {
      post-configure {
      reinplace "s|\.so$|\.dylib|g" ${worksrcpath}/configs/current
      reinplace "s|\$(GLW_LIB_NAME)\\*|libGLw.\*dylib|g" ${worksrcpath}/configs/default
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.