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 54926 2009-08-04 19:16:47Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name telepathy-mission-control |
---|
7 | version 5.5.1 |
---|
8 | description The ${name} component of Telepathy - a Flexible Communications Framework. |
---|
9 | long_description \ |
---|
10 | Telepathy Mission Control is a telepathy (chat and voip framework) component \ |
---|
11 | providing a way for "end-user" applications to abstract some details of low \ |
---|
12 | level telepathy components such as connection managers. |
---|
13 | |
---|
14 | maintainers devans openmaintainer |
---|
15 | categories comms |
---|
16 | platforms darwin |
---|
17 | homepage http://telepathy.freedesktop.org/wiki |
---|
18 | master_sites http://telepathy.freedesktop.org/releases/${name}/ |
---|
19 | |
---|
20 | checksums md5 97b0d0af8670a6a9a4510995eebce1c6 \ |
---|
21 | sha1 9698012674bbf3965c5147d19ecb9cceb01bf564 \ |
---|
22 | rmd160 3bf9c166c6056abec940736045fc8424b3994fed |
---|
23 | |
---|
24 | depends_build port:pkgconfig \ |
---|
25 | port:gnome-doc-utils \ |
---|
26 | port:gtk-doc \ |
---|
27 | port:python26 |
---|
28 | |
---|
29 | depends_lib port:telepathy-glib |
---|
30 | |
---|
31 | configure.python ${prefix}/bin/python2.6 |
---|
32 | |
---|
33 | use_parallel_build yes |
---|
34 | |
---|
35 | livecheck.type regex |
---|
36 | livecheck.url ${master_sites} |
---|
37 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
---|