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

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  d0485fe1a9ffa2e6a6eca74b1b0cf2b7ca9679f7 \
                        sha256  372e0ddd7c724a7b940759d4231334e8d5d711fe87b2f5afecd0e95d763c5499

depends_build           port:pkgconfig
depends_lib             port:ecore

configure.args          --disable-silent-rules

configure.libs-append   -lintl

use_parallel_build      yes

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