# -*- 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 84759 2011-09-30 20:33:19Z dports@macports.org $

PortSystem 1.0

name            cairomm
conflicts       cairomm-devel
version         1.10.0
categories      graphics
license         LGPL-2+
maintainers     devans openmaintainer
description     Cairo is a vector graphics library with cross-device output support.
long_description \
                Cairo is designed to produce identical \
                output on all output media while taking advantage of \
                display hardware acceleration when available \
                (eg. through the X Render Extension).
homepage        http://cairographics.org/
master_sites    ${homepage}releases/
platforms       darwin

checksums       sha1    f08bf8a331067f0d1e876523f07238fba6b26b99 \
                rmd160  b9cd018198d954560cab3cc126d47d64389b8ca2

depends_build   port:pkgconfig
depends_lib     path:lib/pkgconfig/cairo.pc:cairo \
                port:libsigcxx2

livecheck.type  regex
livecheck.url   http://cairographics.org/releases/
livecheck.regex ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\]\\.\[0-9\]+)
