# -*- 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: Portfile 107941 2013-07-09 19:06:18Z devans@macports.org $

PortSystem 1.0

name            gssdp
version         0.14.3
license         LGPL
set branch      [join [lrange [split ${version} .] 0 1] .]
description     A GObject-based API for handling resource discovery and announcement over SSDP.
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  57ae9558a6b17744dd99f5a217d44ee203f24398 \
                sha256  79dbdc5f79cc406632a783826b3dbe6acc0fbf41eb801b642bce1a02ecc3c66d

depends_build   port:pkgconfig \
                port:vala

depends_lib     port:gtk3 \
                port:libsoup \
                port:gobject-introspection

livecheck.type  gnome
