# -*- 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 96359 2012-08-07 23:35:41Z devans@macports.org $

PortSystem 1.0

name            cairomm-devel
replaced_by     cairomm
set my_name     cairomm
version         1.9.8
revision        1
license         LGPL-2+
categories      graphics
maintainers     devans openmaintainer

description     This library provides a C++ interface to cairo
long_description \
                ${description} (unstable development branch)

homepage        http://cairographics.org/
platforms       darwin

distfiles

pre-configure {
    ui_error "Since 'cairomm' has been advanced to version 1.10.0 and there is, as yet, no new development release,"
    ui_error "please do not install this port but install 'cairomm' instead."
    return -code error
}

livecheck.type  none
