# -*- 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 cxx11 1.1 name gsmartcontrol version 1.1.0 maintainers {cal @neverpanic} openmaintainer categories sysutils gnome description GSmartControl is a graphical user interface for smartctl long_description ${description} \ (from the smartmontools package), which is a tool for querying and \ controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) \ data on modern hard disk drives. It allows you to inspect the drive's SMART \ data to determine its health, as well as run various tests on it. platforms darwin license {GPL-2 GPL-3} homepage http://gsmartcontrol.sourceforge.net/ master_sites sourceforge:project/${name}/${version}/ use_bzip2 yes checksums rmd160 9187d326d94892fe5b45d17e329692c199aad874 \ sha256 90c9ead852255f5e1a74a3ff6c265d1cbcba19ad2fc77059c60737c13a3cd2c8 depends_build port:pkgconfig depends_lib port:pcre \ port:smartmontools \ port:gtk3 \ port:gtkmm3 configure.cxxflags-append \ -std=c++11 post-activate { system "gtk-update-icon-cache-3.0 ${prefix}/share/icons/hicolor" } livecheck.regex "[quotemeta ${name}]-(\\d+(\\.\\d+)*)[quotemeta ${extract.suffix}]"