~ubuntu-branches/ubuntu/vivid/linphone/vivid

« back to all changes in this revision

Viewing changes to scripts/Portfile-devel.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-10-14 08:26:02 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091014082602-751618nxdjooja3l
Tags: 3.2.1-1
New upstream release 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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: PortFile 57236 2009-09-08 00:18:44Z macsforever2000@macports.org $
 
3
 
 
4
PortSystem            1.0
 
5
 
 
6
name                  linphone-devel
 
7
version               @VERSION@
 
8
categories            net
 
9
maintainers           linphone.org:jehan.monnier
 
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
distname              linphone-${version}
 
17
 
 
18
checksums             md5 @LINPHONE_MD5@
 
19
 
 
20
depends_lib           port:libglade2 \
 
21
                      port:speex-devel \
 
22
                      port:libeXosip2 
 
23
 
 
24
configure.args-append --disable-video --with-readline=none