# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4 # $Id: Portfile 115206 2013-12-28 06:47:03Z ryandesign@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup creaktive rainbarf 0.8 v maintainers gmail.com:creaktive categories sysutils license {Artistic-1 GPL} description CPU/RAM/battery stats chart bar for tmux (and GNU screen) long_description ${name}: ${description} platforms darwin supported_archs noarch checksums rmd160 778abf624d176d2766b26e73fd901adbd57a74c0 \ sha256 6f1a52032c3f81c8d8115caf519e98238d7f88728a140024df3c12440c7f1e02 depends_build bin:pod2man:perl5 use_configure no build {} destroot { xinstall -m 775 ${worksrcpath}/rainbarf ${destroot}${prefix}/bin system "pod2man --section=1 ${worksrcpath}/rainbarf > \ ${destroot}${prefix}/share/man/man1/rainbarf.1" }