summaryrefslogtreecommitdiffstats
path: root/accessibility/at-spi/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-13 11:03:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-13 11:03:24 +0800
commitd10ea9b5455d08173143a075565c83100d1d83bb (patch)
tree95ba09bc91a7de40859e8ebced6aa8dd79b3b82d /accessibility/at-spi/Makefile
parent6585ffedbd7ffb232bb961730aed015a9f1fa3c8 (diff)
downloadmarcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.tar
marcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.tar.gz
marcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.tar.bz2
marcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.tar.lz
marcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.tar.xz
marcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.tar.zst
marcuscom-ports-d10ea9b5455d08173143a075565c83100d1d83bb.zip
Update to 1.7.9.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6575 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/at-spi/Makefile')
-rw-r--r--accessibility/at-spi/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
new file mode 100644
index 000000000..262d83eb9
--- /dev/null
+++ b/accessibility/at-spi/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: at-spi
+# Date Created: 12 April 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/accessibility/at-spi/Makefile,v 1.43 2006/04/13 07:52:28 bland Exp $
+#
+
+PORTNAME= at-spi
+PORTVERSION= 1.7.9
+PORTREVISION?= 0
+CATEGORIES= accessibility x11-toolkits
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= An Assistive Technology Service Provider Interface
+
+USE_BZIP2= yes
+
+.if !defined(REFERENCE_PORT)
+
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \
+ intlhack
+USE_X_PREFIX= yes
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-static
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+post-extract:
+ @${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server
+
+post-patch:
+ @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "/^SUBDIRS =/s/docs//" ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
+
+.endif