# -*- 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: Portfile 106102 2013-05-14 23:51:45Z ryandesign@macports.org $

PortSystem              1.0

name                    e_dbus
epoch                   2
version                 1.7.7
maintainers             ryandesign openmaintainer
categories              devel
platforms               darwin
license                 BSD

description             convenience wrappers around dbus to ease integrating \
                        dbus with EFL-based applications

long_description        ${name} is a set of ${description}.

homepage                http://trac.enlightenment.org/e/wiki/E_Dbus
master_sites            http://download.enlightenment.org/releases/
use_bzip2               yes

checksums               rmd160  027cc808378c93343c125d649a5890e2a3605981 \
                        sha256  2b2e2c8cd5fb78b1daec0f64bd7cc547b3ca894dcca1b4cc75a111b7dd11769c

depends_build           port:pkgconfig
depends_lib             port:ecore \
                        port:dbus

configure.args          --disable-silent-rules

use_parallel_build      yes

livecheck.type          regex
livecheck.url           [lindex ${master_sites} 0]
livecheck.regex         ${name}-(\[0-9a-z.\]+)${extract.suffix}
