# -*- 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 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name            libnice
version         0.0.9
description     Libnice is an implementation of the IETF's draft Interactice \
                Connectivity Establishment standard (ICE).
long_description \
                Libnice is an implementation of the IETF's draft Interactice \
                Connectivity Establishment standard (ICE). It provides a GLib-based \
                library, libnice and GStreamer elements.
maintainers     devans openmaintainer
categories      net comms
platforms       darwin
homepage        http://nice.freedesktop.org/wiki/
master_sites    http://nice.freedesktop.org/releases/

checksums       md5     19ac2565ee7487c1f32487b948110b19 \
                sha1    821cbeeb972874855724d8a9cfbaaa3086f62881 \
                rmd160  4b8f7e7f72dffa5af2d4ba251a18f8ab022d4d48

depends_build   port:pkgconfig \
                port:gtk-doc

depends_lib     port:gst-plugins-base

configure.args  --disable-gupnp

livecheck.type  regex
livecheck.url   ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
