diff options
author | jmmv <jmmv> | 2004-02-22 20:33:27 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-22 20:33:27 +0000 |
commit | f4048b0424873395de3a7a315ef2ff152408c807 (patch) | |
tree | cf9e7507fd9943c84b5280e21fd20eef43e442e1 /meta-pkgs/gnome-devel/Makefile | |
parent | 2a1feacea3cb6a8f37e55d240a63ab4d137a5c01 (diff) | |
download | pkgsrc-f4048b0424873395de3a7a315ef2ff152408c807.tar.gz |
Initial import of gnome-devel, version 2.4.2:
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 utilities (not libraries) required
to build and develop software for this environment, specially
those packages downloaded from CVS repositories.
Diffstat (limited to 'meta-pkgs/gnome-devel/Makefile')
-rw-r--r-- | meta-pkgs/gnome-devel/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-pkgs/gnome-devel/Makefile b/meta-pkgs/gnome-devel/Makefile new file mode 100644 index 00000000000..b80cde98c68 --- /dev/null +++ b/meta-pkgs/gnome-devel/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 20:33:27 jmmv Exp $ + +DISTNAME= gnome-devel-2.4.2 +CATEGORIES= meta-pkgs devel gnome +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= Meta-package for development utilities used in the GNOME desktop + +DEPENDS+= autoconf>=2.59:../../devel/autoconf +DEPENDS+= autoconf213>=2.13:../../devel/autoconf213 +DEPENDS+= automake>=1.8.2:../../devel/automake +DEPENDS+= automake14>=1.4.6:../../devel/automake14 +DEPENDS+= automake17>=1.7.9:../../devel/automake17 +DEPENDS+= gettext-m4>=0.11.5:../../devel/gettext-m4 +DEPENDS+= gnome-common>=2.4.0:../../devel/gnome-common +DEPENDS+= libtool>=1.5.2:../../devel/libtool +DEPENDS+= pkgconfig>=0.15:../../devel/pkgconfig + +EXTRACT_ONLY= # empty +NO_BUILD= yes +NO_BUILDLINK= yes +NO_CHECKSUM= yes +NO_CONFIGURE= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" |