944eda2e11
* The file copy and move were optimized. * The crash on the cancellation of POP3/SMTP session was fixed. * The crash when a person was removed and its e-mail addresses were referenced by a group in another folder was fixed. * The Japanese manual was updated. 2.4.0beta8: * In the address book, the import of CSV and Tab-separated text file was implemented. * 'Within 1 day' and 'Recent 5 days' was added to the quick search rule. * The toolbar style switch was added to the toolbar context menu. * Stop button now cancels all sessions. * The limitation of the nesting level of MIME structure was relaxed. * A margin for text was added to the composition window. * An error dialog is displayed if the execution of junk filter command fails. * The overwrite confirmation of the file selection dialog was improved. * ISO-8859-16 was supported in code conversion. * Several UI problems in the address book were fixed. * The stability of the cancellation of POP3/SMTP session was improved. * The bug that the displayed number of message becoming incorrect on folder search was fixed.
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.46 2007/04/18 14:13:38 xtraeme Exp $
|
|
|
|
DISTNAME= sylpheed-2.4.0rc
|
|
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"
|