From 0ce76dd1cf425ae706a15def57163d519a1e42ad Mon Sep 17 00:00:00 2001
From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Tue, 8 Oct 2002 20:53:32 +0000
Subject: Add libgail-gnome.

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@28 df743ca5-7f9a-e211-a948-0013205c9059
---
 x11-toolkits/libgail-gnome/Makefile              | 33 ++++++++++++++++++++++++
 x11-toolkits/libgail-gnome/distinfo              |  1 +
 x11-toolkits/libgail-gnome/files/patch-configure | 13 ++++++++++
 x11-toolkits/libgail-gnome/pkg-comment           |  1 +
 x11-toolkits/libgail-gnome/pkg-descr             |  4 +++
 x11-toolkits/libgail-gnome/pkg-plist             |  2 ++
 6 files changed, 54 insertions(+)
 create mode 100644 x11-toolkits/libgail-gnome/Makefile
 create mode 100644 x11-toolkits/libgail-gnome/distinfo
 create mode 100644 x11-toolkits/libgail-gnome/files/patch-configure
 create mode 100644 x11-toolkits/libgail-gnome/pkg-comment
 create mode 100644 x11-toolkits/libgail-gnome/pkg-descr
 create mode 100644 x11-toolkits/libgail-gnome/pkg-plist

(limited to 'x11-toolkits')

diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile
new file mode 100644
index 000000000..cb3b2e06e
--- /dev/null
+++ b/x11-toolkits/libgail-gnome/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for:   libgail-gnome
+# Date Created:			12 April 2002
+# Whom:				Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/x11-toolkits/libgail-gnome/Makefile,v 1.15 2002/09/20 17:07:37 marcus Exp $
+#
+
+PORTNAME=	libgail-gnome
+PORTVERSION=	1.0.1
+PORTREVISION=	1
+CATEGORIES=	x11-toolkits
+MASTER_SITES=	${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/1.0
+DIST_SUBDIR=	gnome2
+
+MAINTAINER=	gnome@FreeBSD.org
+
+LIB_DEPENDS=	gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
+		spi.1:${PORTSDIR}/x11-toolkits/at-spi
+
+USE_BZIP2=	yes
+USE_GMAKE=	yes
+USE_X_PREFIX=	yes
+INSTALLS_SHLIB=	yes
+USE_LIBTOOL=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomeprefix gnomehack
+CONFIGURE_ARGS=	--enable-static
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/libgail-gnome/distinfo b/x11-toolkits/libgail-gnome/distinfo
new file mode 100644
index 000000000..ab0c5ba90
--- /dev/null
+++ b/x11-toolkits/libgail-gnome/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/libgail-gnome-1.0.1.tar.bz2) = 0339b5013287474995e0dbcd28c0de64
diff --git a/x11-toolkits/libgail-gnome/files/patch-configure b/x11-toolkits/libgail-gnome/files/patch-configure
new file mode 100644
index 000000000..ab0ccd235
--- /dev/null
+++ b/x11-toolkits/libgail-gnome/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/x11-toolkits/libgail-gnome/files/patch-configure,v 1.1 2002/04/26 14:38:10 sobomax Exp $
+
+--- configure	2002/04/26 14:06:24	1.1
++++ configure	2002/04/26 14:06:33
+@@ -6479,6 +6479,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/libgail-gnome/pkg-comment b/x11-toolkits/libgail-gnome/pkg-comment
new file mode 100644
index 000000000..df59910da
--- /dev/null
+++ b/x11-toolkits/libgail-gnome/pkg-comment
@@ -0,0 +1 @@
+An implementation of the ATK interfaces for GNOME widgets
diff --git a/x11-toolkits/libgail-gnome/pkg-descr b/x11-toolkits/libgail-gnome/pkg-descr
new file mode 100644
index 000000000..5fd20ba91
--- /dev/null
+++ b/x11-toolkits/libgail-gnome/pkg-descr
@@ -0,0 +1,4 @@
+Gail, the Gnome Accessibility Implementation library, is implementation of the
+ATK interfaces for GNOME widgets.
+
+WWW: http://www.gnome.org/
diff --git a/x11-toolkits/libgail-gnome/pkg-plist b/x11-toolkits/libgail-gnome/pkg-plist
new file mode 100644
index 000000000..0f1b60be4
--- /dev/null
+++ b/x11-toolkits/libgail-gnome/pkg-plist
@@ -0,0 +1,2 @@
+lib/gtk-2.0/modules/libgail-gnome.so
+libdata/pkgconfig/libgail-gnome.pc
-- 
cgit v1.2.3