# -*- 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 126449 2014-10-10 11:39:14Z g5pw@macports.org $ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup nicolargo glances 2.1.2 v python.default_version 34 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 dist_subdir ${name}/${version}_1 checksums rmd160 a5a5c981e504e398c1af8d620dd5b2b7a31fe48b \ sha256 9c2c4e48acc14fe841e6c6ed090bac8dd735bb9e0f7f10edf4951570d12fa2c1 depends_lib port:py${python.version}-psutil \ port:py${python.version}-setuptools python.link_binaries_suffix patch { reinplace "s|/usr/local|${prefix}|" setup.py } variant html_export description {Adds HTML export option} { depends_lib-append port:py${python.version}-jinja2 }