# -*- 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

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      pure-gtk 0.13
categories-append               x11
platforms                       darwin
maintainers                     {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
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                       rmd160  1049f145b30fa3371a957abe86756e17c19a05f2 \
                                sha256  e659ff1bc5809ce35b810f8ac3fb7e8cadaaef13996537d8632e2f86ed76d203

depends_build-append            port:pkgconfig

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
