Bmake version 20060728 - How to Download and Install on Mac OS X
Tuesday the 3rd of November, 2009

    version 20060728

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


      The bmake Portfile 30572 2007-10-31 10:26:24Z ryandesign macports.org $

      PortSystem 1.0

      Name: bmake
      Version: 20060728
      set mkversion 20070430
      Category: devel
      Platform: darwin
      Maintainers: gmail.com:tdflavius
      Homepage: http://www.crufty.net/help/sjg/bmake.html
      Master Sites: http://www.crufty.net/ftp/pub/sjg/

      Description: Portable NetBSD make

      Long Description: bmake is the portable version of NetBSD make.

      distfiles ${name}-${version}.tar.gz mk-${mkversion}.tar.gz

      Checksums: ${name}-${version}.tar.gz md5 cb7655efcdd7b297e29fdc431756353d sha1 14776ce4b57415dc5d8b009c31171ef433632b7f rmd160 6eadbf320093a77c8bfaf4d9d8c1930d56c0d255 mk-${mkversion}.tar.gz md5 b8759ef075d7e2cba60e30fa56654af4 sha1 41bd4229056995aeae3095d6e53eeaba0a3e802e rmd160 4aff97677ce0912dfa3fcfbce5383b0435ece2ab

      worksrcdir ${name}

      post-extract {
      reinplace "s%\${prefix}/man%\${prefix}/share/man%g" ${worksrcpath}/makefile.boot.in
      }

      build.target bootstrap
      build.args -f makefile.boot

      destroot.destdir prefix=${destroot}${prefix}
      destroot.args -f makefile.boot

      post-destroot {
      ln -s Darwin.sys.mk ${destroot}${prefix}/share/mk/sys.mk
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.