# -*- 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 # $Id$ PortSystem 1.0 name telepathy-mission-control version 5.16.0 license LGPL-2.1 categories comms maintainers devans openmaintainer platforms darwin homepage http://telepathy.freedesktop.org/wiki master_sites http://telepathy.freedesktop.org/releases/${name} description The ${name} component of Telepathy - a Flexible Communications Framework. long_description \ Telepathy Mission Control is a telepathy (chat and voip framework) component \ providing a way for "end-user" applications to abstract some details of low \ level telepathy components such as connection managers. checksums sha256 edc3c7265c291343d5d7d47c20add4d426e894068c66c79696795502a4e1c1d0 \ rmd160 53ad571c2314e4777b59dd34b0cb0f257aec8478 depends_build port:pkgconfig \ port:libxslt \ port:gtk-doc depends_lib port:telepathy-glib patchfiles patch-configure.diff configure.args --disable-upower \ --disable-schemas-compile variant python26 conflicts python27 description {Use python 2.6} { configure.python ${prefix}/bin/python2.6 depends_lib-append port:python26 } variant python27 conflicts python26 description {Use python 2.7} { configure.python ${prefix}/bin/python2.7 depends_lib-append port:python27 } if {![variant_isset python26]} { default_variants +python27 } post-activate { system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" } livecheck.type regex livecheck.url ${master_sites} livecheck.regex "${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)"