aboutsummaryrefslogtreecommitdiff
path: root/x11/kde4/Makefile
blob: 1a414af493ea0f13e599d0f7d52b49b3a6459489 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# -*-mode: makefile-*-
# New ports collection makefile for:	KDE3
# Date created:				Sun May 14 2000 00:50:02
# Whom:					Will Andrews <will@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME?=	kde
PORTVERSION=	${KDE_VERSION}
PORTREVISION=	1
CATEGORIES=	x11 kde
MASTER_SITES=	# empty
DISTFILES=	# none
EXTRACT_ONLY=	# empty

MAINTAINER=	kde@FreeBSD.org
COMMENT?=	The "meta-port" for KDE

# This port conflicts with the kde-lite port, so make it known.
.if defined(IS_INTERACTIVE)
CONFLICTS?=	kde-lite-[0-9]*
.endif

## This is the file where the selections made in the interactive dialog
## are saved in and initialized from.

.if defined(KDE_PREFIX)
CONFIG_FILE=	${KDE_PREFIX}/etc/kde-meta.conf
.else
CONFIG_FILE=	${LOCALBASE}/etc/kde-meta.conf
.endif

## The list of all modules that make up KDE, excluding the base modules
## arts, kdebase and kdelibs

ALL_MODULES=	KDEACCESSIBILITY KDEADMIN KDEARTWORK KDEVELOP KDEEDU\
		KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK KOFFICE KDEPIM\
		KDESDK KDETOYS KDEUTILS KDEWEBDEV

## Forwards parts of the environment to scripts/configure.kde3

SCRIPTS_ENV+=	ALL_MODULES="${ALL_MODULES}" \
		BATCH="${BATCH}" \
		CAT="${CAT}" \
		CONFIG_FILE="${CONFIG_FILE}" \
		CURDIR="${CURDIR}" \
		ECHO="${ECHO}" \
		ECHO_MSG="${ECHO_MSG}" \
		GREP="${GREP}" \
		MKDIR="${MKDIR}" \
		PKG_DELETE="${PKG_DELETE}" \
		PKG_INFO="${PKG_INFO}" \
		REINPLACE_CMD="${REINPLACE_CMD}" \
		SED="${SED}" \
		TOUCH="${TOUCH}" \
		TR="/usr/bin/tr" \
		WRKDIRPREFIX="${WRKDIRPREFIX}"

## If MINIMAL_KDE is defined, define WITHOUT_FOO for every
## module there is.

.if defined(MINIMAL_KDE)
.for module in ${ALL_MODULES}
WITHOUT_${module}=yes
.endfor
.endif

## If the user has some WITHOUT_FOO stuff set that matters to us,
## define BATCH so interactive configuration will be skipped.

.for module in ${ALL_MODULES}
.if defined(WITHOUT_${module})
BATCH=		yes
.endif
.endfor

## If the user (or the packagecluster) defines batchprocessing, skip
## the interactive configuration. Otherwise declare this port properly
## as interactive, launch the selector script cand include the configuration
## file that's being returned by it (Makefile.inc). Remove the file on make
## clean.

.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && !defined(MINIMAL_KDE)
IS_INTERACTIVE=	yes
PLIST_SUB+=	IS_INTERACTIVE=""
.else
PLIST_SUB+=	IS_INTERACTIVE="@comment "
.endif

.if !defined(BATCH)
pre-fetch:
	@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
	@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.kde3

post-configure:
	@/usr/bin/clear
	@${CAT} ${FILESDIR}/post-configure-message

post-clean:
	@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc

.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif

.endif # !defined(BATCH)

## Allow to turn off every optional bit of KDE.

.if !defined(WITHOUT_KDEGAMES)
RUN_DEPENDS+=	kjumpingcube:${PORTSDIR}/games/kdegames3
.endif
.if !defined(WITHOUT_KDEUTILS)
RUN_DEPENDS+=	kdessh:${PORTSDIR}/misc/kdeutils3
.endif
.if !defined(WITHOUT_KOFFICE)
RUN_DEPENDS+=	kword:${PORTSDIR}/editors/koffice-kde3
.endif
.if !defined(WITHOUT_KDENETWORK)
RUN_DEPENDS+=	kppp:${PORTSDIR}/net/kdenetwork3
.endif
.if !defined(WITHOUT_KDEGRAPHICS)
RUN_DEPENDS+=	kview:${PORTSDIR}/graphics/kdegraphics3
.endif
.if !defined(WITHOUT_KDEMULTIMEDIA)
RUN_DEPENDS+=	kmix:${PORTSDIR}/multimedia/kdemultimedia3
.endif
.if !defined(WITHOUT_KDEPIM)
RUN_DEPENDS+=	korganizer:${PORTSDIR}/deskutils/kdepim3
.endif
.if !defined(WITHOUT_KDESDK)
RUN_DEPENDS+=	cervisia:${PORTSDIR}/devel/kdesdk3
.endif
.if !defined(WITHOUT_KDEVELOP)
RUN_DEPENDS+=	kdevelop:${PORTSDIR}/devel/kdevelop
.endif
.if !defined(WITHOUT_KDEEDU)
RUN_DEPENDS+=	khangman:${PORTSDIR}/misc/kdeedu3
.endif
.if !defined(WITHOUT_KDEADMIN)
RUN_DEPENDS+=	kcron:${PORTSDIR}/sysutils/kdeadmin3
.endif
.if !defined(WITHOUT_KDEWEBDEV)
RUN_DEPENDS+=	quanta:${PORTSDIR}/www/kdewebdev
.endif
.if !defined(WITHOUT_KDETOYS)
RUN_DEPENDS+=	amor:${PORTSDIR}/x11-clocks/kdetoys3
.endif
.if !defined(WITHOUT_KDEARTWORK)
RUN_DEPENDS+=	kbanner.kss:${PORTSDIR}/x11-themes/kdeartwork3
.endif
.if !defined(WITHOUT_KDEACCESSIBILITY)
RUN_DEPENDS+=	kmag:${PORTSDIR}/accessibility/kdeaccessibility
.endif

.if make(package)
DEPENDS_TARGET="package"
.endif # .if make(package)

USE_KDELIBS_VER=3
USE_KDEBASE_VER=3

NO_BUILD=	yes

## Copy Makefile.inc to ${OPTION_FILE} where it will serve as memory of the
## user's last selection.

do-install:
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
	@${INSTALL_DATA} ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc ${CONFIG_FILE}
.endif

.include <bsd.port.mk>