# $Id: Portfile 52035 2009-06-08 19:00:18Z toby@macports.org $

PortSystem 1.0
name             libosip2
version          3.3.0
categories       net
maintainers      toby
description      GNU oSIP library
long_description \
	oSIP is an implementation of SIP. SIP stands for the \
	Session Initiation Protocol and is described by the \
	rfc3261 (wich deprecates rfc2543). This library aims \
	to provide multimedia and telecom software developers \
	an easy and powerful interface to initiate and control \
	SIP based sessions in their applications. SIP is a \
	open standard replacement from IETF for H323.
homepage         http://www.gnu.org/software/osip/
platforms        darwin
master_sites     gnu:osip
checksums        md5 81493bb4d4ae6d55b71a0d4369339125 \
                 sha1 61b7e8a71ef060c20e1e3ba0d36f7e829047383f \
                 rmd160 735d0d05eb95d31095cdefd2ba1fb9c09296f700
configure.args	 --enable-mt --mandir=${prefix}/share/man

livecheck.name   libosip2
livecheck.url    http://ftp.gnu.org/gnu/osip/
