# -*- 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 golang 1.0 go.setup github.com/wtfutil/wtf 0.48.0 v name wtfutil revision 0 homepage https://wtfutil.com description A personal terminal-based dashboard utility, designed for \ displaying infrequently-needed, but very important, daily \ data. long_description {*}${description} categories sysutils installs_libs no license MPL-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 82bfe47c2054ef00f024cdfab2804f04cddbeeed \ sha256 89dc415d539bee6258a5c8886499203dea485cd5159f4c7cb07e28d03ab57931 \ size 2686912 build.args -o ${name} # FIXME: This port currently can't be built without allowing go mod to fetch # dependencies during the build phase. See # https://trac.macports.org/ticket/61192 go.offline_build no destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name} xinstall -d -m 0755 ${destroot}${prefix}/share/${name} xinstall -d -m 0755 ${destroot}${prefix}/share/${name}/sample_configs xinstall -m 0644 \ {*}[glob ${worksrcpath}/_sample_configs/*] \ ${destroot}${prefix}/share/${name}/sample_configs } notes " Examples of configuration for wtfutil can be found in: ${prefix}/share/${name}/sample_configs "