You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
a85debe5f7
[skip ci]
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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 4
|
|
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 \
|
|
path:bin/doxygen: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}"
|