# $Id: Portfile 92371 2012-04-26 19:12:05Z ryandesign@macports.org $

PortSystem              1.0

name                    edje
epoch                   2
version                 1.2.0
maintainers             ryandesign openmaintainer
categories              graphics x11
platforms               darwin

description             A library for graphical layout and animation.

long_description        A graphical layout and animation library \
                        for animated resizable, compressed and scalable \
                        themes.

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

checksums               rmd160  78c9c3f43b1b83a1542dd0c351927179e0284682 \
                        sha256  42fb35228c3b56049bae2b95deabe5bdfa20fcc839d7dc09b7bd97867b54f42e

depends_build           port:pkgconfig
depends_lib             port:ecore \
                        port:embryo \
                        port:lua

use_parallel_build      yes

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