# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1
PortGroup           qt5 1.0

platforms           darwin macosx
categories          science
license             Boost-1
maintainers         {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer

description         Graphical widgets to supplement the Pothos GUI
long_description    {*}${description}

github.setup        pothosware PothosWidgets 0.5.1 pothos-widgets-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  d5b36f85ff1825f6bd178c9c0a671a2dac67cd2b \
                    sha256  77fd92a434fefd29b977a4425d6284d6896faa522011d24118e705b5d89c77e1 \
                    size    19103
revision            0

compiler.cxx_standard 2011

depends_lib-append \
    port:PothosCore

qt5.depends_component \
    qtsvg
