mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
Tcl
# -*- 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 cairo-gobject 4.2.4 gem {} rubygems
|
|
categories-append gnome devel
|
|
license LGPL-2.1+
|
|
maintainers nomaintainer
|
|
description Ruby/CairoGObject is a Ruby binding of cairo-gobject
|
|
long_description {*}${description}
|
|
homepage https://ruby-gnome2.osdn.jp
|
|
checksums rmd160 ab8fa21c2af53e1f5e502e7efc071cbf37b5c2ab \
|
|
sha256 0b9a9f82f6a96b94aad6e3b913f920c6927b0f0b18797b7375c31860b66057ec \
|
|
size 19456
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append \
|
|
path:lib/pkgconfig/cairo.pc:cairo \
|
|
port:gettext-runtime \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2
|
|
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-cairo \
|
|
port:rb${ruby.suffix}-glib2
|
|
}
|