# -*- 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 # $Id$ PortSystem 1.0 name dbus-glib version 0.100.2 maintainers nomaintainer categories devel platforms darwin license {AFL-2.1 GPL-2+} description Glib bindings for the dbus message bus system. long_description \ ${description} homepage http://www.freedesktop.org/Software/dbus master_sites http://dbus.freedesktop.org/releases/dbus-glib checksums rmd160 1e9e259ea8b0881015445ea7d70457f9c7b123df \ sha256 a5bb42da921f51c28161e0e54a5a8241d94a1c0499a14007150e9ce743da6ac5 depends_build port:pkgconfig \ port:gtk-doc depends_lib port:expat \ port:libiconv \ path:lib/pkgconfig/glib-2.0.pc:glib2 \ path:bin/dbus-daemon:dbus \ port:gettext test.run yes test.target check pre-test { if {![variant_isset test]} { ui_error "test variant must be activated to enable test support" error "Please enable test variant" } } variant test description {Enable building of test code} { configure.args-append --enable-tests } livecheck.type regex livecheck.url ${master_sites} livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)