# -*- 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                    efreet
epoch                   2
version                 1.2.0
maintainers             ryandesign openmaintainer
categories              x11
platforms               darwin

description             an implementation of several specifications from \
                        freedesktop.org intended for use in Enlightenment DR17

long_description        ${name} is ${description}. \
                        The following specifications are included: \
                        base directory\; desktop entry\; icon theme\; menu

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

checksums               rmd160  93a225155be4192d95eee54833c20e5cf3415fb2 \
                        sha256  929484af4e7ccf1c46d85495ff45872149c92272563e59b3985dad2a734ac63a

depends_build           port:pkgconfig
depends_lib             port:ecore

use_parallel_build      yes

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