pkgsrc/mail/sylpheed/Makefile

28 lines
743 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2002/05/04 07:44:38 uebayasi Exp $
DISTNAME= sylpheed-0.7.5
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= oishi@ims.ac.jp
HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en
COMMENT= X based e-mail and netnews client
BUILD_USES_MSGFMT= yes
USE_BUILDLINK_ONLY= yes
USE_GMAKE= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --enable-ssl
Update of Sylpheed 0.7.4 provided by Osamu Oishi <oishi@ims.ac.jp> in pkg/15929. (Along with security/gpgme update, which I forgot to mention.) Part of changes I pick up randomly is; 0.7.4 * Message retrieving is now cancelable from the menu even if the dialog is hidden. 0.7.3 * Attached files will be inherited on forwarding or reediting. * Filter rules will be also updated when renaming or deleting folders. * 'Get all' and 'Check for new messages' now works for IMAP4 and News accounts. 0.7.2 * Message moving between different type of folders has been enabled. * 'Show all header' and 'Thread view' became toggle switch. 0.7.1 * Message copy between different type of folders has been enabled. * Multiple message forwarding has been enabled. * Most of key bindings became customizable. 0.7.0 * Undo / redo function has been implemented. * Regular expression has been supported in filtering. * The cursor on composition window blinks now. 0.6.6 * The newsgroup subscription dialog has been enhanced. * Template function has been improved. * New wrapping function for composition window has been implemented. 0.6.5 * The template function has been implemented. * The quotation format parser has been enhanced. * The forwarding format has become customizable. 0.6.4 * The performance of summary display on large number of messages has been improved. * Columns of the summary view became reorderable. * The default order of the summary view columns has been changed. And many bug fixes and documentation improvement.
2002-03-17 16:14:20 +01:00
CONFIGURE_ARGS+= --enable-gpgme
Update of Sylpheed 0.7.4 provided by Osamu Oishi <oishi@ims.ac.jp> in pkg/15929. (Along with security/gpgme update, which I forgot to mention.) Part of changes I pick up randomly is; 0.7.4 * Message retrieving is now cancelable from the menu even if the dialog is hidden. 0.7.3 * Attached files will be inherited on forwarding or reediting. * Filter rules will be also updated when renaming or deleting folders. * 'Get all' and 'Check for new messages' now works for IMAP4 and News accounts. 0.7.2 * Message moving between different type of folders has been enabled. * 'Show all header' and 'Thread view' became toggle switch. 0.7.1 * Message copy between different type of folders has been enabled. * Multiple message forwarding has been enabled. * Most of key bindings became customizable. 0.7.0 * Undo / redo function has been implemented. * Regular expression has been supported in filtering. * The cursor on composition window blinks now. 0.6.6 * The newsgroup subscription dialog has been enhanced. * Template function has been improved. * New wrapping function for composition window has been implemented. 0.6.5 * The template function has been implemented. * The quotation format parser has been enhanced. * The forwarding format has become customizable. 0.6.4 * The performance of summary display on large number of messages has been improved. * Columns of the summary view became reorderable. * The default order of the summary view columns has been changed. And many bug fixes and documentation improvement.
2002-03-17 16:14:20 +01:00
.include "../../security/gpgme/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"