# $Id: Portfile 78898 2011-05-26 00:42:06Z ryandesign@macports.org $

PortSystem              1.0

name                    edje
epoch                   2
version                 1.0.1
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               sha1    c8754aa3ec798cc68959f00a45a99d1037adbf37 \
                        rmd160  f5d3ed9596794a04fde223ceff6c1d69262cb16c

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}
