pkgsrc/net/kdenetwork3/Makefile
markd 5c32d1d90c Update to KDE 3.2.1
Changes:

KNewsTicker: Removed BSDtoday from list, fixed addresses of SecurityFocus
 and Freshports
Kopete: disable send button when account goes offline while a chat is open
Kopete: allow renaming of groups inline, like we already do for contact
Kopete: fixed redraw bug in contactlist when scrollbar disappears
Kopete: rearrange icq account dialog to make it fit onto 800x600
Kopete: don't add contacts twice to contaclist
Kopete: fixed "Add Contact Wizard" forgetting contactname and KAB contact
 when going backwards
Kopete: choose preferred contact by online status for starting a chat
Kopete: don't parse links inside HTML tags
Kopete: stop jabber icon animation when connecting failed
Kopete: properly exit Kopete when chatwindows are open on exit
Kopete: fix several possiblities where icq/aim accounts are show offline
 although they are online
Kopete: don't get disconnected on sending long AIM messages
Kopete: fixed crashes when deleting contacts already deleted from the
 contactlist
Kopete: fix crash on exit caused by webpresence plugin
Kopete: don't show kopete balloon on incoming messages while being away
Kopete: add support for timestamps including date and timestamps with no
 date if it's a message from today
WiFi: improved ./configure behaviour which kept some distributions from
 including kdenetwork/wifi in their binary packages
KWiFiManager: system tray remains open when main app is closed or minimized
2004-03-09 11:53:26 +00:00

34 lines
841 B
Makefile

# $NetBSD: Makefile,v 1.29 2004/03/09 11:53:26 markd Exp $
DISTNAME= kdenetwork-${_KDE_VERSION}
CATEGORIES= net
COMMENT= Network modules for the KDE integrated X11 desktop
CONFLICTS= kopete-[0-9]*
DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_BUILDLINK2= yes
PTHREAD_OPTS+= require
REPLACE_PERL= ksirc/dsirc
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= ac_cv_sys_file_offset_bits=no
.endif
.if !exists(${X11BASE}/lib/libXss.so)
CONFIGURE_ENV+= ac_cv_lib_Xss_XScreenSaverQueryInfo="no"
.endif
.include "../../converters/uulib/buildlink2.mk"
.include "../../databases/gdbm/buildlink2.mk"
.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"