# -*- 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 87280 2011-11-16 07:31:39Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      gtk 0.10
revision                        1
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

# 0.10 was stealth-updated 2011-10-20
dist_subdir                     ${name}/${version}_1

checksums                       rmd160  6e53b26a9c5f1fb0d7a5d662f16c219967ffac45 \
                                sha256  901955ba950844cf4f901a28ce4229a8bdb9c1351caac4b83dd8aa22cd0844e8

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
