pkgsrc/mail/sylpheed/Makefile

56 lines
1.4 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2002/11/24 12:39:20 chris Exp $
DISTNAME= sylpheed-0.8.6
PKGREVISION= 1
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
CONFLICTS= sylpheed-claws-[0-9]*
USE_BUILDLINK2= yes
USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-nls
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
2002-07-19 04:34:34 +02:00
CONFIGURE_ARGS+= --enable-compface
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.5
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6 USE_OPENLDAP
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --enable-ipv6
.endif
FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
.if empty(FACES_IS_INSTALLED)
. include "../../graphics/compface/buildlink2.mk"
.else
. include "../../mail/faces/buildlink2.mk"
.endif
.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES
CONFIGURE_ARGS+= --enable-ldap
.include "../../databases/openldap/buildlink2.mk"
.endif
.include "../../converters/libiconv/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../security/gpgme/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"