# -*- 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 78212 2011-04-28 16:22:58Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      gtk 0.9
categories                      x11
platforms                       darwin
maintainers                     ryandesign
license                         LGPL-3

description                     a collection of bindings to use the GTK+ \
                                GUI toolkit version 2.x with Pure

long_description                ${name} is ${description}. The bindings \
                                include the gtk (+gdk), glib, atk, cairo and \
                                pango libraries, each in their own Pure module

checksums                       sha1    e42b85c223810a5bfeadd0093254bf9139b64b88 \
                                rmd160  9c82074edd05edc9a450bf976cb6cddf7f733a39

depends_lib-append              path:lib/pure/ffi.dylib:pure-ffi \
                                path:lib/pkgconfig/atk.pc:atk \
                                path:lib/pkgconfig/cairo.pc:cairo \
                                path:lib/pkgconfig/glib-2.0.pc:glib2 \
                                path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
                                path:lib/pkgconfig/pango.pc:pango
