summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgail-gnome
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 04:53:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 04:53:32 +0800
commit0ce76dd1cf425ae706a15def57163d519a1e42ad (patch)
tree924c9209490f2449799ff885f17645cf788104b5 /x11-toolkits/libgail-gnome
parent70edd11acd540940523a56d97147f8bf602fe955 (diff)
downloadmarcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.tar
marcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.tar.gz
marcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.tar.bz2
marcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.tar.lz
marcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.tar.xz
marcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.tar.zst
marcuscom-ports-0ce76dd1cf425ae706a15def57163d519a1e42ad.zip
Add libgail-gnome.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@28 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r--x11-toolkits/libgail-gnome/Makefile33
-rw-r--r--x11-toolkits/libgail-gnome/distinfo1
-rw-r--r--x11-toolkits/libgail-gnome/files/patch-configure13
-rw-r--r--x11-toolkits/libgail-gnome/pkg-comment1
-rw-r--r--x11-toolkits/libgail-gnome/pkg-descr4
-rw-r--r--x11-toolkits/libgail-gnome/pkg-plist2
6 files changed, 54 insertions, 0 deletions
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