# -*- 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                    eina
epoch                   2
version                 1.2.0
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  07028db722e4fe8bd928f2844673caf7d94cb152 \
                        sha256  73ff331abbe803b0fde0b6efe92387a8aa2e9262a6440df9f367961380b83cf8

depends_lib             port:libiconv

configure.args          --disable-doc

use_parallel_build      yes

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