summaryrefslogtreecommitdiff
path: root/x11/gnome/Makefile
blob: 2e394462b81c54311da6395ac8375ba885d65925 (plain) (blame)
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
45
46
47
48
# New ports collection makefile for:	gnome
# Date created:		17 Aug 1998
# Whom:			Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

PORTNAME=	gnome
PORTVERSION=	1.4.1b2
PORTREVISION=	2
CATEGORIES=	x11 gnome
MASTER_SITES=	# empty
DISTFILES=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	The "meta-port" for the GNOME integrated X11 desktop

RUN_DEPENDS=	panel:${PORTSDIR}/x11/gnomecore \
		gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter \
		another_clock_applet:${PORTSDIR}/x11/gnomeapplets \
		gtcd:${PORTSDIR}/audio/gnomemedia \
		${X11BASE}/share/gnome/help/glossary/C/index.html:${PORTSDIR}/misc/gnomeuserdocs \
	 	gcalc:${PORTSDIR}/misc/gnomeutils \
		gnomecard:${PORTSDIR}/deskutils/gnomepim \
		gnomine:${PORTSDIR}/games/gnomegames \
		sawfish:${PORTSDIR}/x11-wm/sawfish \
		ggv:${PORTSDIR}/print/ggv \
		ghex:${PORTSDIR}/editors/ghex \
		bug-buddy:${PORTSDIR}/devel/bugbuddy \
		glade:${PORTSDIR}/devel/glade \
		gtop:${PORTSDIR}/sysutils/gtop \
		gdm:${PORTSDIR}/x11/gdm \
		xalf:${PORTSDIR}/x11/xalf \
		${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \
		${PYTHON_SITELIBDIR}/gtk-1.2/_appletmodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
		gnomeg:${PORTSDIR}/x11-toolkits/guile-gnome \
		${X11BASE}/etc/panelmmConf.sh:${PORTSDIR}/x11-toolkits/panel-- \
		nautilus:${PORTSDIR}/x11-fm/nautilus \
		screensaver-properties-capplet:${PORTSDIR}/x11/xscreensaver-gnome

NO_BUILD=	yes

USE_PYTHON=	yes

do-install:	# empty

.include <bsd.port.mk>