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

    bakefile  most recent diff


    version 0.2.6

      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.6 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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The bakefile Portfile 51292 2009-05-22 09:13:42Z toby macports.org $

      PortSystem 1.0
      Name: bakefile
      Version: 0.2.6
      Category: devel
      Maintainers: takatsuka.org:masa
      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.).

      Homepage: http://www.bakefile.org/
      Platform: darwin
      Master Sites: ${homepage} http://downloads.sourceforge.net/bakefile/

      Checksums: md5 ceb032792e11636d6c1be9d88f4f7e49 sha1 89332c16e63ce04b7baf79b175fa3706848fe587 rmd160 4952844d22a72f4008a3c88b502448341399330b

      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



    Lightbox this page.