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

ruby.branches       3.3 3.2 3.1
ruby.setup          gdk_pixbuf2 4.2.4 gem {} rubygems
categories-append   gnome devel
license             LGPL-2.1+
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x
long_description    {*}${description}
homepage            https://ruby-gnome2.osdn.jp
checksums           rmd160  770cd7ffa5b01b15374d166d0583ef583564657d \
                    sha256  f53b097d206cd094266d4b16f1fc52ffee0819f8e2e1df8e0e9656509b28632a \
                    size    34816

if {${name} ne ${subport}} {
    depends_lib-append \
                    path:lib/pkgconfig/gdk-pixbuf-2.0.pc:gdk-pixbuf2

    depends_run-append \
                    port:rb${ruby.suffix}-gio2
}
