# -*- 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.7 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 02abeec455eae1d0ef5e70da5a1553467c624c5a \ sha256 2566cf5b11dc4e50caf76b9f342b24d3781ebf25f12dfe17c59f2bad040d39fe 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