summaryrefslogtreecommitdiffstats
path: root/x11/gnome2/Makefile
blob: 269491140a62949b922d504d9f43f224bd621b0d (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# New ports collection makefile for:    gnome2
# Date created:     21 May 2002
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11/gnome2/Makefile,v 1.247 2008/07/24 01:28:56 marcus Exp $
#

PORTNAME=   gnome2
PORTVERSION=    2.23.5
PORTREVISION?=  0
CATEGORIES?=    x11 gnome
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

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

RUN_DEPENDS?=   ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-applets \
        gnome-audio-profiles-properties:${PORTSDIR}/audio/gnome-media \
        gnome-dictionary:${PORTSDIR}/deskutils/gnome-utils \
        eog:${PORTSDIR}/graphics/eog \
        gconf-editor:${PORTSDIR}/sysutils/gconf-editor \
        gnect:${PORTSDIR}/games/gnome-games \
        gedit:${PORTSDIR}/editors/gedit \
        gnome-terminal:${PORTSDIR}/x11/gnome-terminal \
        gnome-session:${PORTSDIR}/x11/gnome-session \
        bug-buddy:${PORTSDIR}/devel/bug-buddy \
        gnome-system-monitor:${PORTSDIR}/sysutils/gnome-system-monitor \
        nautilus:${PORTSDIR}/x11-fm/nautilus \
        ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm \
        ${LOCALBASE}/share/gnome/help/user-guide/C/user-guide.xml:${PORTSDIR}/misc/gnome-user-docs \
        ${LOCALBASE}/share/sounds/question.wav:${PORTSDIR}/audio/gnome-audio \
        ${LOCALBASE}/libdata/pkgconfig/libgail-gnome.pc:${PORTSDIR}/x11-toolkits/libgail-gnome \
        file-roller:${PORTSDIR}/archivers/file-roller \
        ${LOCALBASE}/share/themes/HighContrast/gtk-2.0/gtkrc:${PORTSDIR}/x11-themes/gnome-themes \
        gok:${PORTSDIR}/accessibility/gok \
        nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \
        gcalctool:${PORTSDIR}/math/gcalctool \
        gucharmap:${PORTSDIR}/deskutils/gucharmap \
        zenity:${PORTSDIR}/x11/zenity \
        ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
        ${LOCALBASE}/libexec/gnome-netstatus-applet:${PORTSDIR}/net/gnome-netstatus \
        dasher:${PORTSDIR}/accessibility/dasher \
        evolution:${PORTSDIR}/mail/evolution \
        ${LOCALBASE}/libexec/evolution-webcal:${PORTSDIR}/www/evolution-webcal \
        network-admin:${PORTSDIR}/sysutils/gnome-system-tools \
        gnome-nettool:${PORTSDIR}/net/gnome-nettool \
        vino-session:${PORTSDIR}/net/vino \
        exchange-connector-setup-2.24:${PORTSDIR}/mail/evolution-exchange \
        ${LOCALBASE}/lib/gstreamer-0.10/.gstreamer-plugins-core.keep:${PORTSDIR}/multimedia/gstreamer-plugins-core \
        ${LOCALBASE}/lib/gstreamer-0.10/libgstgconfelements.so:${PORTSDIR}/devel/gstreamer-plugins-gconf \
        totem:${PORTSDIR}/multimedia/totem \
        gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \
        ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \
        sound-juicer:${PORTSDIR}/audio/sound-juicer \
        ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \
        evince:${PORTSDIR}/graphics/evince \
        ${LOCALBASE}/lib/deskbar-applet/deskbar-applet:${PORTSDIR}/deskutils/deskbar-applet \
        alacarte:${PORTSDIR}/deskutils/alacarte \
        gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \
        ${LOCALBASE}/libexec/gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \
        orca:${PORTSDIR}/accessibility/orca \
        gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
        ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \
        seahorse:${PORTSDIR}/security/seahorse \
        swfdec-player:${PORTSDIR}/multimedia/swfdec-gnome \
        mousetweaks:${PORTSDIR}/accessibility/mousetweaks \
        vinagre:${PORTSDIR}/net/vinagre \
        cheese:${PORTSDIR}/multimedia/cheese \
        ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info

NO_BUILD=   yes

.if !defined(GNOME_SLAVE)
USE_PYTHON= yes
.endif

.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite"
OPTIONS=    XSCREENSAVER "Use xscreensaver as screen saver app" off
.endif

do-install: # empty

.include <bsd.port.pre.mk>

.if !defined(GNOME_SLAVE)
.if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64"
RUN_DEPENDS+=   yelp:${PORTSDIR}/x11/yelp \
        epiphany:${PORTSDIR}/www/epiphany
.endif
.if ${.CURDIR:T}!="gnome2-lite"
.if ${ARCH} == "i386"
RUN_DEPENDS+=   tomboy:${PORTSDIR}/deskutils/tomboy
.endif
.if ${OSVERSION}>=600000
RUN_DEPENDS+=   ekiga:${PORTSDIR}/net/ekiga
.endif
.endif
.endif

.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite"
.if defined(WITH_XSCREENSAVER)
RUN_DEPENDS+=   ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
.else
RUN_DEPENDS+=   gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver
.endif
.endif

.include <bsd.port.post.mk>