diff options
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile new file mode 100644 index 000000000..1875c368a --- /dev/null +++ b/accessibility/atk/Makefile @@ -0,0 +1,39 @@ +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> +# $FreeBSD: head/accessibility/atk/Makefile 313633 2013-03-08 10:51:34Z kwm $ +# $MCom: ports/accessibility/atk/Makefile,v 1.123 2012/10/07 09:00:37 kwm Exp $ + +PORTNAME= atk +PORTVERSION= 2.8.0 +PORTREVISION?= 0 +CATEGORIES= accessibility devel +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME accessibility toolkit (ATK) + +USE_XZ= yes + +.if !defined(REFERENCE_PORT) + +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + +USE_GETTEXT= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool +USES= pathfix +USE_GNOME= gnomehier glib20 ltverhack referencehack +USE_PKGCONFIG= build +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= AUTOCONF=${TRUE} AUTOMAKE=${TRUE} + +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> + +.endif |