2004-02-01 09:59:21 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2004/02/01 14:59:22 espie Exp $
|
2002-03-23 10:01:20 -05:00
|
|
|
|
|
|
|
COMMENT= "X11 toolkit, basic applications"
|
2004-02-01 09:59:21 -05:00
|
|
|
COMMENT-plugins= "nsplugins, essentially native jdk"
|
2002-03-23 10:01:20 -05:00
|
|
|
CATEGORIES= x11 x11/kde
|
2004-02-01 09:59:21 -05:00
|
|
|
VERSION= 3.1.95
|
2002-03-23 10:01:20 -05:00
|
|
|
DISTNAME= kdebase-${VERSION}
|
2004-02-01 09:59:21 -05:00
|
|
|
MODKDE_VERSION?= 3.2
|
2002-03-23 10:01:20 -05:00
|
|
|
|
2003-07-30 08:59:21 -04:00
|
|
|
FLAVORS= debug
|
2003-01-27 14:22:49 -05:00
|
|
|
LIB_DEPENDS= kdecore.4,DCOP,artskde,kabc,katepartinterfaces,kdefakes,kdefx,kdeprint,kdeprint_management,kdesasl,kdesu,kdeui,khtml,kio,kmid,kparts,kscreensaver,kscript,kspell,ktexteditor,kutils,vcard::x11/kde/libs3 \
|
2002-03-23 10:01:20 -05:00
|
|
|
ldap.2,lber:openldap-client-2.*:databases/openldap \
|
|
|
|
|
2004-02-01 09:59:21 -05:00
|
|
|
|
2003-01-07 10:36:35 -05:00
|
|
|
SEPARATE_BUILD= flavored
|
2004-02-01 09:59:21 -05:00
|
|
|
EXTRA_CONFIG= xdg/menus/kde-settings.menu \
|
|
|
|
xdg/menus/kde-information.menu \
|
|
|
|
xdg/menus/kde-screensavers.menu \
|
|
|
|
xdg/menus/applications-merged/kde-essential.menu \
|
|
|
|
ksysguarddrc
|
|
|
|
|
|
|
|
#MULTI_PACKAGES=-plugins
|
|
|
|
FULLPKGNAME-plugins=kdensplugins-${VERSION}
|
|
|
|
|
|
|
|
SUBPACKAGE?=
|
|
|
|
.if !defined(PACKAGING) || ${SUBPACKAGE} == "-plugins"
|
|
|
|
LIB_DEPENDS+= Xm::x11/openmotif \
|
|
|
|
glib-2.0.0.0,gmodule-2.0.0.0,gthread-2.0.0.0::devel/glib2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SAMPLECONFDIR=${PREFIX}/share/apps/kde-conf-sample
|
|
|
|
|
|
|
|
SUBST_VARS=EXTRA_CONFIG SAMPLECONFDIR
|
2002-03-23 10:01:20 -05:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
rm -rf ${PREFIX}/share/config/kdm
|
2002-05-28 13:18:45 -04:00
|
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/kdm/kfrontend/genkdmconf ${PREFIX}/libexec
|
2002-03-23 10:01:20 -05:00
|
|
|
|
2004-02-01 09:59:21 -05:00
|
|
|
FAKE_FLAGS=DESTDIR=${WRKINST} sysconfdir=${SAMPLECONFDIR}
|
2003-04-09 19:53:02 -04:00
|
|
|
CONFIGURE_ARGS+=--without-motif
|
|
|
|
|
2002-03-23 10:01:20 -05:00
|
|
|
.include <bsd.port.mk>
|