# -*- 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 119460 2014-04-26 17:33:42Z snc@macports.org $

PortSystem          1.0

name                igraph
version             0.7.1

categories          math devel
license             GPL-2+
maintainers         snc openmaintainer
description         high performance graph library for C
long_description    high performance graph library, primarily aimed \
                    at complex network research and analysis.
homepage            http://igraph.org

platforms           darwin
depends_lib         port:gmp \
                    port:libiconv \
                    port:libxml2 \
                    port:zlib

master_sites        ${homepage}/nightly/get/c

checksums           rmd160  f3452b3fe12c23eacd1b7cf8b6dc7fc22c53fddc \
                    sha256  d978030e27369bf698f3816ab70aa9141e9baf81c56cc4f55efbe5489b46b0df

test.run            yes
test.target         check

livecheck.url       ${homepage}/c/
livecheck.type      regex
livecheck.regex     ${name}-(\\d(\\.\\d+)+)
