diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-12 21:52:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-12 21:52:14 +0800 |
commit | c43db0c91fd8bc5c5b286f9a5a753a0a25e37569 (patch) | |
tree | fa70a29b4a007a3186d408b774e03a3c51b8adb5 | |
parent | f0de7c2f2adc58242e0b39af811bfa048635cd3b (diff) | |
download | marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.tar marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.tar.gz marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.tar.bz2 marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.tar.lz marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.tar.xz marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.tar.zst marcuscom-ports-c43db0c91fd8bc5c5b286f9a5a753a0a25e37569.zip |
Update to 1.18.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8506 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 31 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/libgail-gnome/pkg-descr | 4 |
3 files changed, 38 insertions, 0 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile new file mode 100644 index 000000000..1d322eeea --- /dev/null +++ b/x11-toolkits/libgail-gnome/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: libgail-gnome +# Date Created: 12 April 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/libgail-gnome/Makefile,v 1.16 2006/09/10 00:51:17 mezz Exp $ +# + +PORTNAME= libgail-gnome +PORTVERSION= 1.18.0 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.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> diff --git a/x11-toolkits/libgail-gnome/distinfo b/x11-toolkits/libgail-gnome/distinfo new file mode 100644 index 000000000..7232f8381 --- /dev/null +++ b/x11-toolkits/libgail-gnome/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/libgail-gnome-1.18.0.tar.bz2) = 2dd239118bf252c7b1e3d1701cd8a954 +SHA256 (gnome2/libgail-gnome-1.18.0.tar.bz2) = c2c921517ea6be997316302df8cd3a7311a436d5101926516ea646dbb054a9b0 +SIZE (gnome2/libgail-gnome-1.18.0.tar.bz2) = 223621 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/ |