openbsd-ports/x11/kde/base3/Makefile
2003-07-30 12:59:21 +00:00

22 lines
770 B
Makefile

# $OpenBSD: Makefile,v 1.23 2003/07/30 12:59:22 espie Exp $
COMMENT= "X11 toolkit, basic applications"
CATEGORIES= x11 x11/kde
VERSION= 3.1.3
DISTNAME= kdebase-${VERSION}
FLAVORS= debug
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 \
ldap.2,lber:openldap-client-2.*:databases/openldap \
SEPARATE_BUILD= flavored
post-install:
rm -rf ${PREFIX}/share/config/kdm
${INSTALL_PROGRAM} ${WRKBUILD}/kdm/kfrontend/genkdmconf ${PREFIX}/libexec
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/ksysguarddrc ${PREFIX}/share/config/ksysguarddrc.sample
CONFIGURE_ARGS+=--without-motif
.include <bsd.port.mk>