blob: 6d587848d3187faba6eb0b0fe134027091e461b2 (
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
|
# $NetBSD: Makefile,v 1.17 2004/09/21 17:26:35 jmmv Exp $
DISTNAME= gnome-extras-2.8.0
CATEGORIES= meta-pkgs x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Meta-package for applications related to the GNOME desktop
DEPENDS+= abiword>=2.0.2:../../editors/abiword
DEPENDS+= balsa>=2.0.10:../../mail/balsa2
DEPENDS+= conglomerate>=0.7.12:../../editors/conglomerate
DEPENDS+= epiphany-extensions>=1.4.0:../../www/epiphany-extensions
DEPENDS+= evolution>=1.4.6:../../mail/evolution
DEPENDS+= gaim>=0.77:../../chat/gaim
DEPENDS+= glade2>=2.6.0:../../devel/glade2
DEPENDS+= gnome>=2.6.2:../../meta-pkgs/gnome
DEPENDS+= gnome-audio>=2.0.0:../../audio/gnome-audio
DEPENDS+= gnome-themes-extras>=0.6:../../x11/gnome-themes-extras
DEPENDS+= gqview>=1.4.3:../../graphics/gqview
DEPENDS+= mergeant>=0.12.1:../../databases/mergeant
DEPENDS+= pan>=0.14.2:../../news/pan
DEPENDS+= rhythmbox>=0.8.6:../../audio/rhythmbox
DEPENDS+= seahorse>=0.7.3nb11:../../security/seahorse
DEPENDS+= xcdroast>=0.98a15:../../sysutils/xcdroast
DEPENDS+= xchat>=2.0.9:../../chat/xchat2
#DEPENDS+= gnome-games-extra-data-2.8.x
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
NO_BUILD= yes
NO_BUILDLINK= yes
NO_MTREE= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|