aboutsummaryrefslogtreecommitdiff
path: root/accessibility/at-spi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/at-spi/Makefile')
-rw-r--r--accessibility/at-spi/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile
deleted file mode 100644
index 188b038aa126..000000000000
--- a/accessibility/at-spi/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: at-spi
-# Date Created: 12 April 2002
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= at-spi
-PORTVERSION= 0.12.1
-PORTREVISION= 1
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-
-LIB_DEPENDS= gailutil.13:${PORTSDIR}/x11-toolkits/gail \
- bonobo-2.0:${PORTSDIR}/devel/libbonobo
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-INSTALLS_SHLIB= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc \
- --enable-static
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-pre-patch:
- @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
- 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \
- s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g'
-
-.include <bsd.port.mk>