# -*- 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.7 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 dc40aaf4d718e26f7fcf41263f1d53ed535ea7a8 \ sha256 a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef 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