# -*- 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 # $Id$ PortSystem 1.0 name gupnp-tools version 0.8.8 license LGPL set branch [join [lrange [split ${version} .] 0 1] .] description GUPnP Tools are free replacements of Intel UPnP tools that use GUPnP. long_description \ ${description} maintainers devans openmaintainer categories net gnome platforms darwin homepage https://live.gnome.org/GUPnP/ master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 bc2a49ed5cd258094f72c00bd3e131bba0cdfbcd \ sha256 32ae89bc8d2b2777ca127d91509086fa7285a9211ff3ad1c2e68d17a137c0d98 depends_build port:pkgconfig \ port:intltool depends_lib port:desktop-file-utils \ port:gtk3 \ port:gssdp \ port:gupnp \ port:gupnp-av \ port:libsoup \ port:libxml2 \ port:ossp-uuid \ port:gnome-icon-theme depends_run port:gnome-settings-daemon configure.args --disable-silent-rules post-activate { system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } livecheck.type gnome