diff options
author | jmmv <jmmv> | 2004-01-24 22:56:47 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-01-24 22:56:47 +0000 |
commit | 6c9c99c9f47d0d13a88510e5e66d71d8b0e36d7b (patch) | |
tree | 85ef8021357198c02553d04560c3e63b518584b5 /meta-pkgs | |
parent | b0d78b1e5268250a6880a331b550c660630003e1 (diff) | |
download | pkgsrc-6c9c99c9f47d0d13a88510e5e66d71d8b0e36d7b.tar.gz |
Initial import of gnome-accessibility, version 2.4.1:
GNOME is the GNU Network Object Model Environment.
The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.
This is a meta package for the second major version of the GNOME
project. It provides all the basic components required to get a
working desktop plus several utilities designed to make it more
accessible to people with disabilities. Note that they may also
be very useful to regular users.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome-accessibility/DESCR | 11 | ||||
-rw-r--r-- | meta-pkgs/gnome-accessibility/Makefile | 26 | ||||
-rw-r--r-- | meta-pkgs/gnome-accessibility/PLIST | 2 |
3 files changed, 39 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-accessibility/DESCR b/meta-pkgs/gnome-accessibility/DESCR new file mode 100644 index 00000000000..73461554d18 --- /dev/null +++ b/meta-pkgs/gnome-accessibility/DESCR @@ -0,0 +1,11 @@ +GNOME is the GNU Network Object Model Environment. + +The GNOME project intends to build a complete, easy-to-use desktop +environment for the user, and a powerful application framework for +the software developer. + +This is a meta package for the second major version of the GNOME +project. It provides all the basic components required to get a +working desktop plus several utilities designed to make it more +accessible to people with disabilities. Note that they may also +be very useful to regular users. diff --git a/meta-pkgs/gnome-accessibility/Makefile b/meta-pkgs/gnome-accessibility/Makefile new file mode 100644 index 00000000000..863d90bee49 --- /dev/null +++ b/meta-pkgs/gnome-accessibility/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 22:56:47 jmmv Exp $ + +DISTNAME= gnome-accessibility-2.4.1 +CATEGORIES= meta-pkgs x11 gnome +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for accessibility applications of the GNOME desktop + +DEPENDS+= gnome-acme>=2.4.2:../../sysutils/gnome-acme +DEPENDS+= gnome-base>=2.4.1:../../meta-pkgs/gnome-base +DEPENDS+= gnome-mag>=0.10.4:../../x11/gnome-mag +DEPENDS+= gnopernicus>=0.7.1:../../x11/gnopernicus + +USE_X11= yes +USE_BUILDLINK2= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnome-accessibility/PLIST b/meta-pkgs/gnome-accessibility/PLIST new file mode 100644 index 00000000000..2a58fc551ed --- /dev/null +++ b/meta-pkgs/gnome-accessibility/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 22:56:47 jmmv Exp $ +@comment this plist intentionally left empty |