# -*- 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 # $Id: Portfile 153228 2016-09-27 16:11:56Z devans@macports.org $ PortSystem 1.0 PortGroup gobject_introspection 1.0 name at-spi2-core # you probably want to keep this at the same version as at-spi2-atk version 2.22.0 checksums rmd160 a6a21917851799b6ccf0cede93ebcea0bd10f4b6 \ sha256 415ea3af21318308798e098be8b3a17b2f0cf2fe16cecde5ad840cf4e0f2c80a license LGPL set branch [join [lrange [split ${version} .] 0 1] .] description Gnome Accesibility Technology Service long_description \ 'at-spi' is a part of the Gnome Accessibility Project. It provides a \ Service Provider Interface for the Assistive Technologies available on \ the GNOME platform, and a library against which applications can be linked. maintainers devans openmaintainer categories gnome platforms darwin homepage http://a11y.org/ master_sites gnome:sources/${name}/${branch}/ use_xz yes 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:dbus \ port:xorg-libX11 \ port:xorg-libXi \ port:xorg-libXtst \ port:xorg-libice \ port:xorg-libsm 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-xevie \ --disable-silent-rules \ --x-includes=${prefix}/include \ --x-libraries=${prefix}/lib livecheck.type gnome