# -*- 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 109809 2013-08-20 13:14:01Z g5pw@macports.org $ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 github.setup nicolargo glances 1.7.1 v python.default_version 27 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 c39f641b9c5f9a9b49940fb58301d245255d1be5 \ sha256 1913bcf6268e44d1d55060e738b5ee6fd44176ed6aebd093e0311a95ba98c644 depends_build port:py${python.version}-setuptools depends_lib port:py${python.version}-psutil 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 }