# -*- 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 78898 2011-05-26 00:42:06Z ryandesign@macports.org $

PortSystem              1.0

name                    efreet
epoch                   2
version                 1.0.1
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               sha1    c0cb8a8efaabb0f28f1851ce97326d3feee23364 \
                        rmd160  721b9c0eac3b548faed75b327c06e0c6ba72ad77

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}
