1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name linphone-devel |
---|
7 | version 3.1.99.2 |
---|
8 | categories net |
---|
9 | maintainers simon.morlat@linphone.org |
---|
10 | description voice over IP sip phone |
---|
11 | long_description With linphone you can communicate freely with people over the internet, with voice and text instant messaging. |
---|
12 | homepage http://www.linphone.org/index.php |
---|
13 | platforms darwin |
---|
14 | master_sites http://download.savannah.gnu.org/releases-noredirect/linphone/unstable/source/ |
---|
15 | |
---|
16 | distfiles linphone-${version}.tar.gz |
---|
17 | worksrcdir linphone-${version} |
---|
18 | |
---|
19 | checksums md5 3295179120b1a032c1dd23399d981c5a |
---|
20 | |
---|
21 | depends_lib port:libglade2 \ |
---|
22 | port:speex-devel \ |
---|
23 | port:libeXosip2 |
---|
24 | |
---|
25 | configure.args --prefix=${prefix} --disable-video --with-readline=none |
---|