# -*- 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 PortGroup github 1.0 PortGroup makefile 1.0 github.setup cheusov mk-configure 0.39.3 revision 0 categories devel platforms any maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license BSD supported_archs noarch description Lightweight, easy to use replacement for GNU autotools long_description {*}${description} checksums rmd160 4fa6c40ffd32691ab729639b19928fea2d18fa75 \ sha256 43602e2cef1fa5150faf5a0457c9f2218128437165688c568a34dc7a964e54db \ size 241332 github.tarball_from archive depends_build-append \ bin:bmake:bmake \ port:gawk # mkdep if {${os.platform} eq "darwin" && ${os.major} > 10} { depends_build-append \ port:developer_cmds } build.cmd ${prefix}/bin/bmake build.env-append USE_AWK=${prefix}/bin/gawk post-destroot { # Place these into a sane location: move ${destroot}${prefix}/man ${destroot}${prefix}/share/doc/${name}/man }