Ticket #26123: Portfile

File Portfile, 1.4 KB (added by louis-francis.ratte-boulianne@…, 14 years ago)

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: Portfile 54926 2009-08-04 19:16:47Z devans@macports.org $
3
4PortSystem      1.0
5
6name            telepathy-mission-control
7version         5.5.1
8description     The ${name} component of Telepathy - a Flexible Communications Framework.
9long_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
14maintainers     devans openmaintainer
15categories      comms
16platforms       darwin
17homepage        http://telepathy.freedesktop.org/wiki
18master_sites    http://telepathy.freedesktop.org/releases/${name}/
19
20checksums       md5    97b0d0af8670a6a9a4510995eebce1c6 \
21                sha1   9698012674bbf3965c5147d19ecb9cceb01bf564 \
22                rmd160  3bf9c166c6056abec940736045fc8424b3994fed
23
24depends_build   port:pkgconfig \
25                port:gnome-doc-utils \
26                port:gtk-doc \
27                port:python26
28
29depends_lib     port:telepathy-glib
30
31configure.python ${prefix}/bin/python2.6
32
33use_parallel_build yes
34
35livecheck.type  regex
36livecheck.url   ${master_sites}
37livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"