2002-04-12 13:41:51 +02:00
|
|
|
# New ports collection makefile for: at-spi
|
|
|
|
# Date Created: 12 April 2002
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/accessibility/at-spi/Makefile,v 1.81 2009/01/09 21:48:35 kwm Exp $
|
2002-04-12 13:41:51 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= at-spi
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 1.24.1
|
|
|
|
PORTREVISION?= 0
|
2004-01-22 09:56:43 +01:00
|
|
|
CATEGORIES= accessibility x11-toolkits
|
2002-04-12 13:41:51 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2006-04-30 02:47:21 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
2002-04-12 13:41:51 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An Assistive Technology Service Provider Interface
|
2002-04-12 13:41:51 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-11 05:35:50 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-04-12 13:41:51 +02:00
|
|
|
USE_GMAKE= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= gnomehack gnomehier intlhack gtk20 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
|
2007-10-25 01:37:25 +02:00
|
|
|
USE_PYTHON= yes
|
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
|
2007-10-25 01:37:25 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
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
|
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
|