# -*- 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
PortGroup           compiler_blacklist_versions 1.0
PortGroup           gobject_introspection 1.0

name                gupnp
version             1.0.1
license             LGPL
set branch          [join [lrange [split ${version} .] 0 1] .]
description         GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points.

long_description    GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, \
                    written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. \
                    It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.

maintainers         devans openmaintainer
categories          net gnome
platforms           darwin
homepage            https://wiki.gnome.org/Projects/GUPnP
master_sites        gnome:sources/${name}/${branch}/

use_xz              yes

checksums           rmd160  0b2a870cdf07aa86a230282344399906f21afa80 \
                    sha256  934584cc1b361bf251a5ac271ffb1995a3c6426ce44cb64f9c6d779f2af9a6d9

depends_build       port:pkgconfig

depends_lib         port:gssdp \
                    port:libsoup \
                    port:libxml2 \
                    port:vala

# blacklist compilers that do not support C11
# due to error: redefinition of typedef 'GUPnPService'
# build fix for SL and earlier

compiler.blacklist  *gcc* {clang < 300}

gobject_introspection yes

configure.cppflags-append \
                    -I/usr/include/uuid

configure.args      --enable-compile-warnings=no \
                    --disable-silent-rules

livecheck.type      gnome