de065c2f8e
Changes: * KMail: Fix compilation on IRIX * KMail: Send redirected messages to the correct address even if sending failed at first * KMail: Fix crash when canceling KWallet password prompt * KMail: Reduce memory consumption when importing folders * KMail: Honor the character encoding when loading a message from a file * KMail: Fix problem with per-identity BCC addresses * KMail: Fix problem with inline forwarding of CC'ed messages * KMail: Allow thread-related actions for single messages in threaded message list * KMail: Show correct attachment status of imported message * KMail: Fix attachment detection * KMail: Fix problem with context menu for email addresses * KMail: Show categories in the recipients picker * KMail: Fix problem with Apply button staying disabled * KMail: Correctly update filters filtering by status * KMail: Fix for deletion of folders with subfolders using cached imap * KMail: Rename temporary file used for compaction so that it doesn't risk appearing when kmail is killed and restarted * KNode: Don't create empty reference headers when superseding articles * KNode: Cleanly terminate network threads * KNode: Respect custom color settings in the folder tree and source viewer * KNode: More robust handling of optional headers in XOVER response * KNode: Don't toggle 'sort by thread change date' when restoring header view layout * KNode: Show error message on write errors * KNode: Remove linebreaks from subject * KNode: Don't break inline GPG signatures when forwarding messages * KNode: Fix drag&drop crash in folder tree * karm: Don't crash when deleting a task. * Akregator: Don't crash when closing tab before the page is loaded. * Akregator: Show icons on status filter combobox KMail style * Akregator: Make reset filter button to reset status filter * Akregator: Show window with size it was closed or with one from command line * Akregator: Remove block around "Read more" link
54 lines
1.6 KiB
Makefile
54 lines
1.6 KiB
Makefile
# $NetBSD: Makefile,v 1.45 2005/05/31 14:48:24 markd Exp $
|
|
|
|
DISTNAME= kdepim-${_KDE_VERSION}
|
|
CATEGORIES= misc
|
|
COMMENT= Personal Information Management tools for the KDE desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PERL= run
|
|
USE_TOOLS+= bison gawk
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.kdepim
|
|
PKG_SUPPORTED_OPTIONS= sasl
|
|
PKG_SUGGESTED_OPTIONS= sasl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
BUILDLINK_DEPENDS.gpgme+= gpgme>=0.4.5
|
|
|
|
REPLACE_PERL= kmail/kmail-3.1-update-new-mail-notification-settings.pl \
|
|
kmail/kmail-3.1-use-UOID-for-identities.pl \
|
|
kmail/kmail-3.1.4-dont-use-UOID-0-for-any-identity.pl \
|
|
kmail/kmail-3.3-aegypten.pl \
|
|
kmail/kmail-3.3-misc.pl \
|
|
kmail/kmail-3.3-move-identities.pl \
|
|
kmail/kmail-3.3-use-ID-for-accounts.pl \
|
|
kmail/kmail-3.3b1-misc.pl \
|
|
kmail/kmail-pgpidentity.pl \
|
|
kmail/kmail-upd-identities.pl \
|
|
kmail/kmail-3.4-misc.pl \
|
|
kmail/kmail-3.4.1-update-status-filters.pl \
|
|
kmail/upgrade-signature.pl \
|
|
kmail/upgrade-transport.pl \
|
|
libkdenetwork/kpgp-3.1-upgrade-address-data.pl \
|
|
libkpgp/kpgp-3.1-upgrade-address-data.pl
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
BUILDLINK_DEPMETHOD.qt3-tools= full
|
|
|
|
.if !empty(PKG_OPTIONS:Msasl)
|
|
.include "../../security/cyrus-sasl2/buildlink3.mk"
|
|
PLIST_SUBST+= HAVE_SASL=""
|
|
.else
|
|
PLIST_SUBST+= HAVE_SASL="@comment "
|
|
.endif
|
|
|
|
.include "../../comms/libmal/buildlink3.mk"
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
|
.include "../../security/gpgme/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../devel/librfuncs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|