Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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 tools developing application under GNOME.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.7 2009/05/21 11:38:50 wiz Exp $
DISTNAME= gnome-devtools-2.26.1.99
CATEGORIES= meta-pkgs devel gnome
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Meta-package for utilities used for developing GNOME applications
META_PACKAGE= yes
# see http://ftp.gnome.org/pub/GNOME/devtools/2.26/2.26.2/sources/
DEPENDS+= accerciser>=1.6.1:../../devel/accerciser
#DEPENDS+= anjuta>=2.26.2.0:../../devel/anjuta
DEPENDS+= anjuta>=2.24.2:../../devel/anjuta
DEPENDS+= devhelp>=0.21:../../devel/devhelp
DEPENDS+= gdl>=2.26.2:../../devel/gdl
#DEPENDS+= glade3>=3.6.3:../../devel/glade3
DEPENDS+= glade3>=3.4.5:../../devel/glade3
DEPENDS+= gnome-devel-docs>=2.26.2:../../misc/gnome-devel-docs
.include "../../mk/bsd.pkg.mk"