diff options
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 30 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/distinfo | 3 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/pkg-descr | 9 | ||||
-rw-r--r-- | accessibility/at-spi2-atk/pkg-plist | 3 |
4 files changed, 45 insertions, 0 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile new file mode 100644 index 000000000..826873c16 --- /dev/null +++ b/accessibility/at-spi2-atk/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: at-spi +# Date Created: 12 April 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.1 2010/01/06 00:41:11 marcus Exp $ +# + +PORTNAME= at-spi2-atk +PORTVERSION= 0.1.4 +PORTREVISION?= 0 +CATEGORIES= accessibility x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Assisted Technology Provider module for GTK+ + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/accessibility/at-spi2-atk/distinfo b/accessibility/at-spi2-atk/distinfo new file mode 100644 index 000000000..30008028d --- /dev/null +++ b/accessibility/at-spi2-atk/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/at-spi2-atk-0.1.4.tar.bz2) = 9c7fd63d036472de67f2fcb6391bd854 +SHA256 (gnome2/at-spi2-atk-0.1.4.tar.bz2) = 8a4fd084a5851c34be0c94c7502b6edbf042139dbc5067e698ba3fbb359eea28 +SIZE (gnome2/at-spi2-atk-0.1.4.tar.bz2) = 311452 diff --git a/accessibility/at-spi2-atk/pkg-descr b/accessibility/at-spi2-atk/pkg-descr new file mode 100644 index 000000000..1524ccfd7 --- /dev/null +++ b/accessibility/at-spi2-atk/pkg-descr @@ -0,0 +1,9 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This port contains the GTK+ module needed to interface with the SPI +framework. + +WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus diff --git a/accessibility/at-spi2-atk/pkg-plist b/accessibility/at-spi2-atk/pkg-plist new file mode 100644 index 000000000..a7018e2ed --- /dev/null +++ b/accessibility/at-spi2-atk/pkg-plist @@ -0,0 +1,3 @@ +lib/gtk-2.0/modules/libatk-bridge.a +lib/gtk-2.0/modules/libatk-bridge.la +lib/gtk-2.0/modules/libatk-bridge.so |