# -*- 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                    edje
epoch                   2
version                 1.7.7
maintainers             ryandesign openmaintainer
categories              graphics x11
platforms               darwin
# The "epp" utility is GPL-2+; everything else is BSD.
license                 {BSD GPL-2+}

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  99d3334796d6e142bff26b45af1d9fe9ee07acea \
                        sha256  8be2195bb912a56995a0627a9a889fb343085d462e17cfaea7699b12b50080f0

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

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}
