summaryrefslogtreecommitdiff
path: root/x11/gnome3/Makefile
blob: 150713c7749f0f7b193d9f869715ef0973d78280 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gnome3
PORTVERSION=	3.18.0
CATEGORIES?=	x11 gnome

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

RUN_DEPENDS?=	dconf-editor:${PORTSDIR}/devel/dconf-editor \
		gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session \
		gnome-themes-standard>=3.0.0:${PORTSDIR}/x11-themes/gnome-themes-standard \
		gnome-icon-theme-extras>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme-extras \
		gnome-icon-theme-symbolic>=3.0.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
		gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring \
		gnome-power-manager>=3.0.0:${PORTSDIR}/sysutils/gnome-power-manager \
		orca>=3.0.0:${PORTSDIR}/accessibility/orca \
		gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
		gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \
		gnome-shell-extensions>=3.0.0:${PORTSDIR}/x11/gnome-shell-extensions \
		gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool \
		sushi>=0:${PORTSDIR}/x11-fm/sushi \
		nautilus>=3.0.0:${PORTSDIR}/x11-fm/nautilus \
		${LOCALBASE}/share/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
		${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \
		yelp>=3.0.0:${PORTSDIR}/x11/yelp \
		zenity>=3.0.0:${PORTSDIR}/x11/zenity \
		seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
		gnome-control-center>=3.0.0:${PORTSDIR}/sysutils/gnome-control-center \
		${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \
		caribou>=0:${PORTSDIR}/accessibility/caribou \
		${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme \
		ekiga:${PORTSDIR}/net-im/ekiga

CONFLICTS?=	gnome3-lite-[0-9]*

USES=		metaport

.if ${.CURDIR:T}!="gnome3-lite"
OPTIONS_DEFINE+=MAPI DOCS
MAPI_DESC=	Depend on evolution-mapi (pulls in samba4)

DOCS_RUN_DEPENDS=	gnome-user-docs>=0:${PORTSDIR}/misc/gnome-user-docs
MAPI_RUN_DEPENDS=	evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi
.endif

.include <bsd.port.options.mk>

.if ${.CURDIR:T}!="gnome3-lite"
RUN_DEPENDS+=	empathy>=3.0.0:${PORTSDIR}/net-im/empathy \
		epiphany>=3.0.0:${PORTSDIR}/www/epiphany \
		gucharmap>=3.0.0:${PORTSDIR}/deskutils/gucharmap \
		gnome-characters>=3.0.0:${PORTSDIR}/deskutils/gnome-characters \
		gnome-calendar>=3.0:${PORTSDIR}/deskutils/gnome-calendar \
		eog>=3.0.0:${PORTSDIR}/graphics/eog \
		eog-plugins>=3.0.0:${PORTSDIR}/graphics/eog-plugins \
		gedit>=3.0.0:${PORTSDIR}/editors/gedit \
		gedit-plugins>=3.0.0:${PORTSDIR}/editors/gedit-plugins \
		gnome-terminal>=3.0.0:${PORTSDIR}/x11/gnome-terminal \
		mousetweaks>=3.0.0:${PORTSDIR}/accessibility/mousetweaks \
		brasero>=3.0.0:${PORTSDIR}/sysutils/brasero \
		accerciser>=3.0.0:${PORTSDIR}/accessibility/accerciser \
		gnome-calculator>=3.0.0:${PORTSDIR}/math/gnome-calculator \
		gnome-utils>=3.6.0:${PORTSDIR}/deskutils/gnome-utils \
		file-roller>=3.0.0:${PORTSDIR}/archivers/file-roller \
		evince>=3.0.0:${PORTSDIR}/graphics/evince \
		vino>=3.0.0:${PORTSDIR}/net/vino \
		vinagre>=3.0.0:${PORTSDIR}/net/vinagre \
		gnome-games>=3.0.0:${PORTSDIR}/games/gnome-games \
		totem>=3.0.0:${PORTSDIR}/multimedia/totem \
		gconf-editor>=3.0.0:${PORTSDIR}/sysutils/gconf-editor \
		gdm>=3.0.0:${PORTSDIR}/x11/gdm \
		gnome-color-manager>=0:${PORTSDIR}/graphics/gnome-color-manager \
		evolution>=3.0.0:${PORTSDIR}/mail/evolution \
		cheese>=3.0.0:${PORTSDIR}/multimedia/cheese

.endif # !gnome3-lite section

.include <bsd.port.mk>