# -*- 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 # $Id$ PortSystem 1.0 name bmake version 20150606 categories devel platforms darwin license BSD maintainers mfeiri openmaintainer 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. checksums rmd160 9e00b1c21f5392a86e2123d6ba11af25ad79f468 \ sha256 c3147540fd5f64d5f2c1c7cd5d65d64d69bc5573e02707774d8eee349f043946 worksrcdir ${name} configure.cmd ./boot-strap configure.args-append \ op=configure \ build.cmd ./boot-strap build.target op=build destroot.target op=install destroot.args-append \ --prefix=${prefix} livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\[\\d\]+)${extract.suffix}"