# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup gobject_introspection 1.0 name gcab version 0.6 license LGPL-2.1+ set branch [join [lrange [split ${version} .] 0 1] .] description A tool and library mainly made to create Cabinet files long_description ${description}, using GObject/GIO API, providing GIR bindings. maintainers devans openmaintainer categories gnome platforms darwin homepage https://wiki.gnome.org/msitools master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 c5238f246f41f41fe6898bb10ffb1721a97a62d0 \ sha256 a0443b904bfa7227b5155bfcdf9ea9256b6e26930b8febe1c41f972f6f1334bb depends_build port:pkgconfig \ port:intltool \ port:gtk-doc \ port:autoconf \ port:automake \ port:libtool depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:vala patchfiles patch-configure.ac.diff \ patch-Makefile.am.diff gobject_introspection yes # reconfigure using upstream autogen.sh for intltool 0.51 compatibility post-patch { xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} } configure.cmd ./autogen.sh configure.args --disable-silent-rules livecheck.type gnome-with-unstable