Ticket #21078: PortFile

File PortFile, 993 bytes (added by jehan.monnier@…, 15 years ago)

linphone-devel portfile

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