# $Id: Portfile 1651 2008-06-08 22:19:28Z bird $ # Very crude atm, everything is exec'ed. PortSystem 1.0 name kbuild version 0.1.3 categories devel maintainers bird-kBuild-spam@anduin.net description kBuild long_description \ See http://svn.netlabs.org/kbuild (I'm lazy). Stable version, well, soon to be stable anyways. homepage http://svn.netlabs.org/kbuild platforms darwin fetch.type svn svn.url http://svn.netlabs.org/repos/kbuild/trunk svn.tag 1651 worksrcdir trunk test.run no configure {} build { system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}" } test { system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing" } destroot { system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/" }