[Midnightbsd-cvs] mports: mports/x11-toolkits: Add libgail-gnome

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jan 1 15:11:32 EST 2008


Log Message:
-----------
Add libgail-gnome

Modified Files:
--------------
    mports/x11-toolkits:
        Makefile (r1.35 -> r1.36)

Added Files:
-----------
    mports/x11-toolkits/libgail-gnome:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.35 -r1.36
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -21,6 +21,7 @@
     SUBDIR += gtksourceview
     SUBDIR += gtoolkit
     SUBDIR += libbonoboui
+    SUBDIR += libgail-gnome
     SUBDIR += libgnomeui
     SUBDIR += libgnomeprintui
     SUBDIR += libsexy
--- /dev/null
+++ 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/
--- /dev/null
+++ x11-toolkits/libgail-gnome/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:   libgail-gnome
+# Date Created:			12 April 2002
+# Whom:				Maxim Sobolev <sobomax at FreeBSD.org>
+#
+# $MidnightBSD: mports/x11-toolkits/libgail-gnome/Makefile,v 1.1 2008/01/01 20:11:30 laffer1 Exp $
+# $FreeBSD: ports/x11-toolkits/libgail-gnome/Makefile,v 1.45 2007/10/24 23:34:35 marcus Exp $
+#   $MCom: ports/x11-toolkits/libgail-gnome/Makefile,v 1.21 2007/09/17 13:13:59 ahze Exp $
+#
+
+PORTNAME=	libgail-gnome
+PORTVERSION=	1.20.0
+CATEGORIES=	x11-toolkits
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome2
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	An implementation of the ATK interfaces for GNOME widgets
+
+USE_BZIP2=	yes
+USE_GMAKE=	yes
+USE_XLIB=	yes
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME=	gnomeprefix gnomehack gnomepanel atspi
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_FILES=	lib/gtk-2.0/modules/libgail-gnome.la \
+		lib/gtk-2.0/modules/libgail-gnome.so \
+		libdata/pkgconfig/libgail-gnome.pc
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-toolkits/libgail-gnome/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/libgail-gnome-1.20.0.tar.bz2) = 5a7662e3d637c86baa95a50adb225e56
+SHA256 (gnome2/libgail-gnome-1.20.0.tar.bz2) = 9e29f7a66554103ef467334a7ac4bf682556b0268c30514a7050e3476e0e29c5
+SIZE (gnome2/libgail-gnome-1.20.0.tar.bz2) = 237027


More information about the Midnightbsd-cvs mailing list