summaryrefslogtreecommitdiffstats
path: root/accessibility/atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r--accessibility/atk/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile
deleted file mode 100644
index 5a4081de0..000000000
--- a/accessibility/atk/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/accessibility/atk/Makefile,v 1.122 2012/08/19 16:06:29 kwm Exp $
-
-PORTNAME= atk
-PORTVERSION= 2.6.0
-PORTREVISION?= 0
-CATEGORIES= accessibility devel
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A 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
-USE_GNOME= gnomehier gnomehack glib20 ltverhack referencehack
-USE_PKGCONFIG= build
-CONFIGURE_ARGS= --enable-static \
- --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