# -*- 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                    eina
epoch                   2
version                 1.7.7
categories              devel
platforms               darwin
maintainers             ryandesign openmaintainer
license                 LGPL-2.1+

description             multi-platform data type library

long_description        ${name} is a multi-platform library that provides optimized data types and tools

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

checksums               rmd160  080aa59620f91d5e6eaf9a430a893a35d8f89659 \
                        sha256  5ccbf0e560c0194f693e0ce8cc783e5fe427d0067634c0552e9d43973b211189

depends_lib             port:libiconv

configure.args          --disable-doc \
                        --disable-silent-rules

use_parallel_build      yes

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