diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-29 03:05:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-29 03:05:10 +0800 |
commit | 75a22b23573871387da541fd6020788a2ebf3b0e (patch) | |
tree | 87c3922fcee09a0d9bc75dc06c929211e8c00b9b /accessibility/at-spi2-atk/Makefile | |
parent | e176ac354bbc2b73a1b45240632db75ea6a23db4 (diff) | |
download | marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.tar marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.tar.gz marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.tar.bz2 marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.tar.lz marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.tar.xz marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.tar.zst marcuscom-ports-75a22b23573871387da541fd6020788a2ebf3b0e.zip |
Update at-spi 2 stuff to 2.8.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17246 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi2-atk/Makefile')
-rw-r--r-- | accessibility/at-spi2-atk/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile new file mode 100644 index 000000000..6a24c202d --- /dev/null +++ b/accessibility/at-spi2-atk/Makefile @@ -0,0 +1,34 @@ +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> +# $FreeBSD: head/accessibility/at-spi2-atk/Makefile 313819 2013-03-10 09:18:33Z kwm $ +# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.38 2012/12/16 22:36:25 kwm Exp $ + +PORTNAME= at-spi2-atk +PORTVERSION= 2.8.0 +CATEGORIES= accessibility x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Assisted Technology Provider module for GTK+ + +LICENSE= LGPL21 + +BUILD_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core +LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +RUN_DEPENDS= at-spi2-core>=2.1.4:${PORTSDIR}/accessibility/at-spi2-core + +PORTSCOUT= limitw:1,even + +USE_XZ= yes +USE_GMAKE= yes +USES= pathfix +USE_GNOME= gnomehier intlhack glib20 atk +USE_PKGCONFIG= build +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-p2p +GLIB_SCHEMAS= org.a11y.atspi.gschema.xml + +.include <bsd.port.mk> |