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

    openmotif  most recent diff


    version 2.3.2

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


      The openmotif Portfile 57549 2009-09-12 21:44:35Z ryandesign macports.org $

      PortSystem 1.0

      Name: openmotif
      Version: 2.3.2
      set branch [join [lrange [split ${version} .] 0 1] .]
      set subdir [lindex [split ${version} -] 0]
      worksrcdir ${name}-${subdir}
      Category: x11
      Platform: darwin
      Maintainers: nomaintainer
      Description: The Open Motif toolkit for X11

      Long Description: This is The Open Group's full version of Motif based on the original OSF sources.

      Homepage: http://www.motifzone.net/
      Master Sites: http://ftp.ics.com/openmotif/${branch}/${subdir}/ ftp://ftp.ics.com/openmotif/${branch}/${subdir}/
      fetch.use_epsv no

      Checksums: md5 bf5479d52bc114d299200ec20e463e96 sha1 c98ac1bf3640ce57da34a0704bdeb2b12011ae1f rmd160 2346a93fcec57b9c18b6657d1cc681b6001cba28

      depends_build port:pkgconfig port:xbitmaps

      depends_lib port:jpeg port:libpng port:libiconv port:xorg-libsm port:xorg-libXext port:Xft2 port:xorg-libXmu port:xorg-libXp port:xorg-libXt

      Patch Files: patch-demos-programs-peridoc-Makefile.in.diff patch-lib-Mrm-Makefile.in.diff patch-uintptr_t-cast.diff

      post-patch {
      reinplace "s|iconv_open|libiconv_open|g" ${worksrcpath}/configure
      reinplace -E "/^LDFLAGS/s|\$| LDFLAGS |" ${worksrcpath}/lib/Xm/Makefile.in
      }

      configure.args --mandir=${prefix}/share/man --enable-xft --enable-jpeg --enable-png --x-includes=${prefix}/include --x-libraries=${prefix}/lib

      use_parallel_build no
      build.env LANG=C

      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} BUGREPORT COPYRIGHT.MOTIF ChangeLog LICENSE README RELNOTES TODO ${destroot}${docdir}
      }

      platform darwin 7 {
      patchfiles-append patch-freetype.diff
      }

      livecheck.type none

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.