# -*- 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 active_variants 1.1 PortGroup meson 1.0 name pangomm set my_name pangomm version 2.50.1 revision 0 # some build files are GPL-2+ but they are not installed license LGPL-2.1+ categories x11 devel maintainers {devans @dbevans} {mascguy @mascguy} openmaintainer description C++ interface to Pango. long_description pangomm is the official \ C++ interface for the Pango text layout library. homepage http://www.gtkmm.org/ set branch [join [lrange [split ${version} .] 0 1] .] master_sites gnome:sources/${my_name}/${branch}/ distname ${my_name}-${version} dist_subdir ${my_name} use_xz yes checksums rmd160 d51955a45175c117f0331efc01e9abd856d710a3 \ sha256 ccc9923413e408c2bff637df663248327d72822f11e394b423e1c5652b7d9214 \ size 754608 depends_build-append \ port:pkgconfig \ port:mm-common # Pull in legacy bindings via 'pangomm-1.4', so that dependents don't have to be changed depends_lib-append \ port:pangomm-1.4 \ path:lib/pkgconfig/pango.pc:pango \ path:lib/pkgconfig/cairomm-1.16.pc:cairomm \ path:lib/pkgconfig/harfbuzz.pc:harfbuzz \ port:glibmm \ port:libsigcxx2 compiler.cxx_standard 2017 # dummy variants to ensure that this port gets rebuilt if # the corresponding variants for pango change variant x11 {} variant quartz {} default_variants +x11 +quartz if {[variant_isset x11]} { require_active_variants path:lib/pkgconfig/cairomm-1.0.pc:cairomm x11 require_active_variants path:lib/pkgconfig/pango.pc:pango x11 } if {[variant_isset quartz]} { require_active_variants path:lib/pkgconfig/cairomm-1.0.pc:cairomm quartz require_active_variants ath:lib/pkgconfig/pango.pc:pango quartz } livecheck.type gnome livecheck.name ${my_name}