pkgsrc/mail/sylpheed/Makefile
uebayasi 05f7200340 Updated to 0.7.5.
Changes from NEWS are

    * The license has been modified so that it will be compatible with
      OpenSSL.
    * Sent / Drafts / Queue folder on IMAP4 has been enabled.
    * The internationalization of IMAP4 folder name has been implemented.
    * IMAP4 folder renaming has been implemented.
    * Some critical bugs in IMAP4 response parser have been fixed.
    * Non-default mailboxes are now specifiable for inbox, sent, draft,
      trash folder and the destination of filtering, using folder identifier.
    * Folder property dalog has been implemented.
    * Special folders can be specified from the folder property dialog.
    * 'Outbox' has been changed to 'Sent'.
    * Queued messages are now saved to Sent folder after they are actually
      sent.
    * The auto line-wrapping has been improved.
    * 'Reply to sender' now works for newsgroups.
    * The SMTP server response is now referred on SMTP AUTH.
    * Templates can be inserted into the current cursor position now.
    * Confirmation dialog is displayed on sending if sbject is empty.
    * Displayed newsgroup names are now abbreviated.
    * The timeout of DNS lookup has been implemented.
    * 'Ctrl-Enter' shortcut now works even if Num Lock is on.
    * The new application icon has been added.
    * New message checking on IMAP or news server will be aborted immediately
      if some errors occurred.
    * Some menu items have been modified.
    * Some other bugfixes have been made.
2002-05-04 07:44:38 +00:00

27 lines
743 B
Makefile

# $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
CONFIGURE_ARGS+= --enable-gpgme
.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"