74471587c1
2.4.0beta5 (development) * Close button was added to the address book dialog, and the layout was improved. * The automatic junk mail filtering on IMAP4 was enabled. * Automatically filtered IMAP4 messages are also counted for new mail notification now. * The default directory of the printing dialog became the document directory. * The crash on some environments when verifying signed messages was fixed. * The crash on exit when the order of summary columns were modified by DnD was fixed. * The wrong handling of quotation in multi-byte strings on MIME header encoding was fixed. * Win32: The bug that the timeout on receiving and sending didn't work was fixed. * Win32: The path separator problem of folderlist.xml was fixed. * Win32: libcairo-2.dll, libgpg-error-0.dll, libgpgme-11.dll, GLib and GTK+ was updated to the latest version. * Win32: The redraw of windows became smoother (GTK+). * Win32: Win32 shell icons are now displayed on the file selection dialog (GTK+).
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.44 2007/03/19 19:51:39 xtraeme Exp $
|
|
|
|
DISTNAME= sylpheed-2.4.0beta5
|
|
PKGNAME= ${DISTNAME:S/-/-devel-/}
|
|
CATEGORIES= mail news x11
|
|
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.4beta/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= chris@NetBSD.org
|
|
HOMEPAGE= http://sylpheed.sraoss.jp/en/
|
|
COMMENT= X based e-mail and netnews client
|
|
|
|
CONFLICTS= sylpheed-claws-[0-9]* sylpheed-[0-9]*
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake msgfmt pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
CONFIGURE_ARGS+= --enable-ssl
|
|
CONFIGURE_ARGS+= --enable-compface
|
|
|
|
PKG_SYSCONFSUBDIR= sylpheed
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/sylpheed
|
|
CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
|
|
|
|
.include "options.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|