blob: 1024db1f4f6625786e774b2b6571bee663750c12 (
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
|
# $NetBSD: Makefile,v 1.10 2000/06/05 20:57:41 tron Exp $
DISTNAME= gnome-1.2.0
CATEGORIES= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= control-center>=1.0.51:../controlcenter
DEPENDS+= ee>=0.3.11:../../graphics/ee
DEPENDS+= gdm>=2.0b4:../gdm
DEPENDS+= ggv>=0.95:../../print/ggv
DEPENDS+= glade>=0.5.3:../../devel/glade
DEPENDS+= gmc>=4.5.42:../../sysutils/gmc
DEPENDS+= gnome-applets>=1.2.0:../gnome-applets
DEPENDS+= gnome-audio>=1.0.0:../../audio/gnome-audio
DEPENDS+= gnome-chess>=0.2.4:../../games/gnome-chess
DEPENDS+= gnome-games>=1.0.51:../../games/gnome-games
DEPENDS+= gnome-media>=1.0.51:../../audio/gnome-media
DEPENDS+= gnome-pim>=1.0.55:../../misc/gnome-pim
DEPENDS+= gnome-python>=1.0.51:../gnome-python
DEPENDS+= gnome-users-guide>=1.2:../gnome-users-guide
DEPENDS+= gnome-utils>=1.0.51:../../misc/gnome-utils
DEPENDS+= gnumeric>=0.52:../../math/gnumeric
DEPENDS+= gtk-->=1.0.3:../gtk--
DEPENDS+= gtk-engines>=0.8:../gtk-engines
DEPENDS+= gtop>=1.0.9:../../sysutils/gtop
DEPENDS+= xchat>=1.4.1:../../net/xchat
DEPENDS+= xscreensaver-gnome>=3.24:../xscreensaver-gnome
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|