# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4 # $Id: Portfile 151551 2016-08-17 13:41:43Z g5pw@macports.org $ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup nicolargo glances 2.6.2 v categories sysutils license GPL-3 maintainers g5pw openmaintainer supported_archs noarch description Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS. long_description ${description} platforms darwin checksums rmd160 9189a143ff8e90c00ea22593242a4cbe19348b41 \ sha256 d8950a13ea42787389fbddd398888097d0ba6348ee216ec37f220f6835db6daa python.default_version 35 depends_lib port:py${python.version}-psutil \ port:py${python.version}-setuptools patch { reinplace "s|/usr/local|${prefix}|" setup.py } variant html_export description {Adds HTML export option} { depends_lib-append port:py${python.version}-jinja2 }