forked from mirrors/linphone-iphone
30 lines
1.1 KiB
Tcl
30 lines
1.1 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
|
|
# $Id: PortFile 57236 2009-09-08 00:18:44Z macsforever2000@macports.org $
|
|
|
|
PortSystem 1.0
|
|
|
|
name linphone-devel
|
|
version @VERSION@
|
|
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/index.php
|
|
platforms darwin
|
|
master_sites http://download.savannah.gnu.org/releases-noredirect/linphone/unstable/source/
|
|
|
|
distname linphone-${version}
|
|
|
|
checksums md5 @LINPHONE_MD5@
|
|
|
|
depends_lib port:ffmpeg-devel \
|
|
port:readline \
|
|
port:speex \
|
|
port:libeXosip2 \
|
|
port:libsdl-devel \
|
|
port:gtk2 \
|
|
port:ige-mac-integration
|
|
|
|
configure.args-append --disable-x11 --with-readline=/opt/local --disable-strict
|
|
|
|
|