a4d2f30a9a
- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs... IPv4 masks are not printed properly yet. - konsole fixes for utmp - ksysguardd mostly working. Should unify with Net/FreeBSD - clock and timezone fixes mostly from Flinn Mueller. - uses kxkb_pic lib, thanks to Matthieu.
19 lines
719 B
Makefile
19 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.18 2003/01/27 19:22:49 espie Exp $
|
|
|
|
COMMENT= "X11 toolkit, basic applications"
|
|
CATEGORIES= x11 x11/kde
|
|
VERSION= 3.1
|
|
DISTNAME= kdebase-${VERSION}
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|