# -*- 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
# $Id: Portfile 82132 2011-08-08 14:12:05Z jmr@macports.org $

PortSystem            1.0

name                  linphone
version               3.2.1
revision              1
categories            net
maintainers           linphone.org:jehan.monnier
description           voice over IP sip phone
long_description      With linphone you can communicate freely with people \
                      over the internet, with voice and text instant messaging.
homepage              http://www.linphone.org/
platforms             darwin
master_sites          savannah:linphone/3.2.x/sources/
			
checksums             md5 434b163f37107c8bedb535d5ce044119 \
                      sha1 ff5434372465ccfd059de1a26f4712f30f5f9ed7

depends_build         port:intltool \
                      port:pkgconfig
depends_lib           port:libglade2 \
                      port:speex-devel \
                      port:libeXosip2 

patchfiles            ortp.h.patch

configure.args-append --disable-video --with-readline=none
