diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 15:51:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 15:51:59 +0800 |
commit | eef1d51f731593b4b31c5dc9901d9dc759fa78aa (patch) | |
tree | b5113172df91b1255eb2c5581713ad658cc441e9 /x11-toolkits | |
parent | 30427d42cc6df4612b2ecf723c14536c2711aceb (diff) | |
download | marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.tar marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.tar.gz marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.tar.bz2 marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.tar.lz marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.tar.xz marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.tar.zst marcuscom-ports-eef1d51f731593b4b31c5dc9901d9dc759fa78aa.zip |
Add libgail-gnome.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@638 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/files/patch-configure | 13 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/pkg-plist | 2 |
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile new file mode 100644 index 000000000..2b4af3509 --- /dev/null +++ b/x11-toolkits/libgail-gnome/Makefile @@ -0,0 +1,29 @@ +# 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.18 2003/03/07 06:14:03 ade Exp $ +# + +PORTNAME= libgail-gnome +PORTVERSION= 1.0.2 +PORTREVISION= 2 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= An implementation of the ATK interfaces for GNOME widgets + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui atspi +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-toolkits/libgail-gnome/distinfo b/x11-toolkits/libgail-gnome/distinfo new file mode 100644 index 000000000..5f83d517b --- /dev/null +++ b/x11-toolkits/libgail-gnome/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/libgail-gnome-1.0.2.tar.bz2) = a4282efd9827ba4002590e0c442ab77f diff --git a/x11-toolkits/libgail-gnome/files/patch-configure b/x11-toolkits/libgail-gnome/files/patch-configure new file mode 100644 index 000000000..22d54122c --- /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.2 2003/02/07 18:42:23 marcus 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-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 |