Imake version 1.0.2 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    version 1.0.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The imake Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: imake
      Version: 1.0.2
      Revision: 1
      Category: x11 devel
      Platform: darwin
      Maintainers: mcalhoun

      Description: "Discontinued imake build system."
      Long Description: ${description}

      Homepage: http://xorg.freedesktop.org/
      Master Sites: http://xorg.freedesktop.org/releases/individual/util/ sourceforge:fink

      use_bzip2 yes

      Checksums: md5 02fea5a02ba2857c7d81820c8e8b8e6f sha1 863a1015af41149e91a2f4b20858cb5d584c6943 rmd160 e440ee22baca33d2831a3ecb8453dca43b3d862e
      depends_run port:xorg-cf-files path:bin/perl:perl5
      depends_build port:pkgconfig port:xorg-xproto

      configure.env-append HAS_PERL=yes RAWCPP=${configure.cpp}
      configure.args --mandir=${prefix}/share/man

      post-configure {
      # Ensure that the MacPorts perl is used
      reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" ${worksrcpath}/mkhtmlindex.pl
      }

      livecheck.type regex
      livecheck.url "http://xorg.freedesktop.org/releases/individual/util/?C=M;O=D"
      livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.