# -*- 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 PortSystem 1.0 name bmake version 20230723 revision 0 checksums rmd160 c12b7810da93fd87852c899a66f79e1e7d948fa7 \ sha256 c42a0d951ba23f7665331309fbbe21edc01136a23cb9416850b4315be5fb5904 \ size 856243 categories devel maintainers {ryandesign @ryandesign} openmaintainer license BSD 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. worksrcdir ${name} configure.cmd ./boot-strap configure.args-append \ op=configure configure.checks.implicit_function_declaration.whitelist-append strchr 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}"