# -*- 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 76062 2011-02-17 15:04:36Z snc@macports.org $

PortSystem          1.0

name                igraph
version             0.5.4

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.sourceforge.net

platforms           darwin
depends_build       port:gmp

master_sites        sourceforge

checksums           sha1    e5f1a54ac1a9567127ebee838720b3ec38ad534a \
                    rmd160  1a230403ab3607dc14a083f0298d84dcb803ef8e

configure.args      --includedir=${prefix}/include/igraph

test.run            yes
test.target         check

livecheck.url       ${homepage}
livecheck.type      regex
livecheck.regex     <b>(\\d(\\.\\d+)+)
