# -*- 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 92371 2012-04-26 19:12:05Z ryandesign@macports.org $

PortSystem              1.0

name                    ecore
epoch                   2
version                 1.2.0
description             Ecore is a core event abstraction layer.
long_description        It is the core event abstraction layer and \
                        X abstraction layer that makes doing selections, \
                        Xdnd, general X stuff, and event loops, timeouts \
                        and idle handlers fast, optimized, and convenient. \
                        It's a separate library so anyone can make use \
                        of the work put into Ecore to make this job \
                        easy for applications.
maintainers             ryandesign openmaintainer
categories              devel x11
platforms               darwin

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

checksums               rmd160  05ff88e40672c7a1567736d3e04dca4520c49213 \
                        sha256  4f09b155ee0ebb025cffc719c90c6f17bc997515e9325d407ccef3bda49109dc

depends_build           port:pkgconfig
depends_lib             port:evas \
                        port:curl \
                        port:xorg-libXScrnSaver \
                        port:xorg-libXp \
                        port:xorg-libXtst

configure.args          --enable-ecore-x \
                        --enable-simple-x11

use_parallel_build      yes

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