pkgsrc/meta-pkgs/gnome/Makefile
rh 8acc7469e0 Update gnome to 1.4.2.1. The only changes are updated dependencies to the
GNOME packages.  Suggested by tron in private mail.
2003-01-13 01:05:08 +00:00

49 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2003/01/13 01:05:08 rh Exp $
DISTNAME= gnome-1.4.2.1
CATEGORIES= meta-pkgs x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= meta-package for the GNU Network Object Model Environment
DEPENDS+= gnome-core>=1.4.2:../../x11/gnome-core
DEPENDS+= ee>=0.3.12nb3:../../graphics/ee
DEPENDS+= gdm>=2.2.0nb2:../../x11/gdm
DEPENDS+= ggv>=1.0.2nb5:../../print/ggv
DEPENDS+= glade>=0.6.2nb4:../../devel/glade
DEPENDS+= gmc>=4.5.51nb2:../../sysutils/gmc
DEPENDS+= gnome-applets>=1.4.0.4nb3:../../x11/gnome-applets
DEPENDS+= gnome-audio>=1.4.0:../../audio/gnome-audio
DEPENDS+= gnome-chess>=0.3.3nb4:../../games/gnome-chess
DEPENDS+= gnome-games>1.4.0:../../games/gnome-games
DEPENDS+= gnome-media>=1.2.3nb3:../../audio/gnome-media
DEPENDS+= gnome-pim>=1.4.6:../../misc/gnome-pim
DEPENDS+= gnome-users-guide>=1.2:../../x11/gnome-users-guide
DEPENDS+= gnome-utils>=1.4.1.2:../../misc/gnome-utils
DEPENDS+= evolution>=1.2.1:../../mail/evolution
.if exists(/usr/include/wctype.h)
DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric
.else
DEPENDS+= gnumeric>=0.75nb5:../../math/gnumeric0
.endif
DEPENDS+= gtk-->=1.2.10:../../x11/gtk--
DEPENDS+= gtk-engines>=0.12:../../x11/gtk-engines
DEPENDS+= gtop>=1.0.13nb2:../../sysutils/gtop
DEPENDS+= pan>0.11.4nb2:../../news/pan
DEPENDS+= xchat-gnome>=1.8.10nb3:../../chat/xchat-gnome
USE_X11= yes
USE_BUILDLINK2= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../x11/gnome-python/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"