bakefile version 0.2.3 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    bakefile  most recent diff


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



      # $Id: Portfile 33382 2008-01-26 01:22:48Z ryandesign macports.org $

      PortSystem 1.0
      Name: bakefile
      Version: 0.2.3
      Category: devel
      Maintainers: masa takatsuka.org
      Description: Bakefile is cross-platform, cross-compiler native makefiles generator.
      Long Description: Bakefile is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.).

      Platform: darwin

      Homepage: http://www.bakefile.org/
      master_sites ${homepage} sourceforge

      checksums md5 720bd3aa988cdcaa3ff03df810f9277a
      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}
      fs-traverse docfile ${destroot}${prefix}/share/doc/${name} {
      file attributes ${docfile} -permissions go-w
      }
      }

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

     Where to find more information:

    Darwin Ports



    image test