blob: 51edb96ca993f8a5ad40d58fa7ed2308c33fba99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# $NetBSD: Makefile,v 1.26 2004/02/05 17:37:23 jmmv Exp $
DISTNAME= gnome-2.4.1
PKGREVISION= 4
CATEGORIES= meta-pkgs x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Meta-package for the GNU Network Object Model Environment
DEPENDS+= balsa>=2.0.10:../../mail/balsa2
DEPENDS+= eog>=2.5.1:../../graphics/eog2
DEPENDS+= epiphany>=1.0.7:../../www/epiphany
DEPENDS+= file-roller>=2.4.2:../../archivers/file-roller
DEPENDS+= gcalctool>=4.2.83:../../math/gcalctool
DEPENDS+= gconf-editor>=2.4.0:../../editors/gconf-editor
DEPENDS+= gedit>=2.4.1:../../editors/gedit
DEPENDS+= ggv>=2.4.0.2:../../print/ggv2
DEPENDS+= glade2>=2.0.0:../../devel/glade2
DEPENDS+= gnome-applets>=2.4.1:../../x11/gnome2-applets
DEPENDS+= gnome-base>=2.4.1:../../meta-pkgs/gnome-base
DEPENDS+= gnome-audio>=2.0.0:../../audio/gnome-audio
DEPENDS+= gnome-games>=2.4.1:../../games/gnome2-games
DEPENDS+= gnome-icon-theme>=1.0.9:../../graphics/gnome-icon-theme
DEPENDS+= gnome-media>=2.4.1.1:../../audio/gnome2-media
DEPENDS+= gnome-themes>=2.4.1:../../x11/gnome-themes
DEPENDS+= gnome2-user-docs>=2.4.1:../../misc/gnome2-user-docs
DEPENDS+= gnome2-system-monitor>=2.4.0:../../sysutils/gnome2-system-monitor
DEPENDS+= gnome-utils>=2.4.1:../../misc/gnome2-utils
DEPENDS+= gtk2-extras>=2.2.4:../../meta-pkgs/gtk2-extras
DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
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"
|