# -*- 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 115765 2014-01-10 22:14:55Z ryandesign@macports.org $

PortSystem              1.0

name                    edje
epoch                   2
version                 1.7.10
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  1165faa5acc5c3744689ca35108a6e606cda9723 \
                        sha256  1fd5bbf7a105e4cb455d59f82de136c0cbc74f8b0a16e0f6a845fc6471ab85fe

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}
