VirtualBox

source: kBuild/trunk/dist/macports/devel/kbuild/Portfile@ 2243

Last change on this file since 2243 was 2243, checked in by bird, 16 years ago

*: Updated copyright to 2009 and normalized name & email.

  • Property eol-style set to LF
  • Property svn:keywords set to Id
File size: 1016 bytes
Line 
1# $Id: Portfile 2243 2009-01-10 02:24:02Z bird $
2# Very crude atm, everything is exec'ed.
3
4PortSystem 1.0
5name kbuild
6version 0.1.5
7categories devel
8maintainers [email protected]
9description kBuild
10long_description \
11 See http://svn.netlabs.org/kbuild (I'm lazy).
12
13homepage http://svn.netlabs.org/kbuild
14platforms darwin
15
16master_sites ftp://ftp.netlabs.org/pub/kbuild \
17 ftp://ftp.netlabs.org/incoming/kbuild
18
19distfiles kBuild-${version}-src.tar.gz
20
21checksums kBuild-${version}-src.tar.gz md5 92e64cace9a3e7269bae1d8d854466e9
22
23worksrcdir kBuild-${version}
24
25test.run no
26
27configure {}
28
29build {
30 system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full gnumake -f bootstrap.gmk NIX_INSTALL_DIR=${prefix} "
31}
32
33test {
34 system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk -C tests nothing "
35}
36
37destroot {
38 system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/ "
39}
40
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette