You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
41 lines
1.4 KiB
Tcl
41 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup gobject_introspection 1.0
|
|
|
|
name telepathy-farstream
|
|
version 0.6.2
|
|
revision 3
|
|
license LGPL-2.1+
|
|
description The ${name} component of Telepathy - a Flexible Communications Framework
|
|
long_description \
|
|
${description} \
|
|
Telepathy Farstream is a Telepathy client library that uses Farstream \
|
|
to handle Call channels.
|
|
|
|
maintainers {devans @dbevans} openmaintainer
|
|
categories comms
|
|
platforms darwin
|
|
homepage https://www.freedesktop.org/wiki/Software/Farstream/
|
|
master_sites https://telepathy.freedesktop.org/releases/${name}/
|
|
|
|
checksums rmd160 9a9dce25f19b099bc9da28c41c8bf0e774759fd7 \
|
|
sha256 6fa099f22d13a2a49240445a13e918928aef097675d76e5cc9f98ab496087e0a
|
|
|
|
depends_build port:pkgconfig \
|
|
port:libxslt
|
|
|
|
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:telepathy-glib \
|
|
port:dbus-glib \
|
|
port:dbus \
|
|
port:farstream
|
|
|
|
gobject_introspection no
|
|
|
|
configure.args --disable-silent-rules
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
|