2012-12-18 10:44:41 +01:00
|
|
|
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
2002-04-12 13:41:51 +02:00
|
|
|
# $FreeBSD$
|
2010-11-20 16:37:08 +01:00
|
|
|
# $MCom: ports/accessibility/at-spi/Makefile,v 1.103 2010/09/27 09:47:42 kwm Exp $
|
2002-04-12 13:41:51 +02:00
|
|
|
|
|
|
|
PORTNAME= at-spi
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 1.32.0
|
2014-04-28 16:38:35 +02:00
|
|
|
PORTREVISION?= 3
|
2004-01-22 09:56:43 +01:00
|
|
|
CATEGORIES= accessibility x11-toolkits
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-04-12 13:41:51 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2012-12-18 10:44:41 +01:00
|
|
|
COMMENT= Assistive Technology Service Provider Interface
|
2002-04-12 13:41:51 +02:00
|
|
|
|
2014-04-28 16:38:35 +02:00
|
|
|
USES+= tar:bzip2
|
2006-05-11 05:35:50 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2013-03-09 18:27:56 +01:00
|
|
|
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
|
2013-03-09 18:10:48 +01:00
|
|
|
|
2014-04-28 16:38:35 +02:00
|
|
|
USES+= gmake gettext libtool:oldver pathfix pkgconfig
|
|
|
|
USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xtst
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2006-09-05 01:08:10 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-28 19:18:22 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-04-28 16:38:35 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-04-12 13:41:51 +02:00
|
|
|
|
2009-01-10 06:22:13 +01:00
|
|
|
GCONF_SCHEMAS= at-spi.schemas
|
|
|
|
|
2006-04-30 02:47:21 +02:00
|
|
|
post-extract:
|
|
|
|
@${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server
|
|
|
|
|
2004-02-25 09:17:04 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in
|
2006-05-11 05:35:50 +02:00
|
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/docs//" ${WRKSRC}/Makefile.in
|
2013-03-09 18:10:48 +01:00
|
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/atk-bridge//" ${WRKSRC}/Makefile.in
|
2004-02-25 09:17:04 +01:00
|
|
|
|
2002-04-12 13:41:51 +02:00
|
|
|
.include <bsd.port.mk>
|
2006-05-11 05:35:50 +02:00
|
|
|
|
|
|
|
.endif
|