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
30 lines
1.0 KiB
Tcl
30 lines
1.0 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 clutter 4.2.4 gem {} rubygems
|
|
categories-append graphics
|
|
license LGPL-2.1+
|
|
maintainers nomaintainer
|
|
description Ruby/Clutter is a Ruby binding of Clutter
|
|
long_description {*}${description}
|
|
homepage https://ruby-gnome2.osdn.jp
|
|
checksums rmd160 4457ffe08d0106343130c6b5f3fd394924325a08 \
|
|
sha256 621712d60c979990f1e65010e887a8fa95c27663022084b0fc71c5f15578b97c \
|
|
size 42496
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib-append \
|
|
port:clutter
|
|
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-cairo-gobject \
|
|
port:rb${ruby.suffix}-gobject-introspection \
|
|
port:rb${ruby.suffix}-pango
|
|
}
|