# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0

name            sofia-sip
version         1.12.11
revision        2
license         LGPL-2.1
categories      comms
maintainers     nomaintainer
platforms       darwin
homepage        http://sofia-sip.sourceforge.net
master_sites    sourceforge

description     Sofia-Sip is a RFC3261 compliant SIP User-Agent library.

long_description \
                Sofia-SIP is an open-source SIP  User-Agent library, compliant \
                with the IETF RFC3261 specification. It can be used as a building \
                block for SIP client software for uses such as VoIP, IM, and many \
                other real-time and person-to-person communication services.

checksums       md5     f3582c62080eeecd3fa4cd5d4ccb4225 \
                sha1    fe11c98fae19cbdbd7e55876c5553c1f9a0c561d \
                rmd160  0d398a03b8ca227c84d0909bb6f3d4fa1011cb08

depends_build   port:pkgconfig \
                port:doxygen \
                path:bin/dot:graphviz

depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
                path:lib/libssl.dylib:openssl
 
configure.args  --enable-corefoundation

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