4f4da06db8
Changes 2.2.6: * The 8-bit literal (literal8) in IMAP4 response was supported. * The missing timeout handling was added for SMTP. * The failure of URI security check when they have leading space was fixed. Changes 2.2.5: * The character corruption and crash bug when using Japanese half-width kana on sending messages was fixed. * The execution failure when using the accessibility module was fixed. * The bug that new/unread count becoming negative value was fixed. * The bug that bold face was disabled in the folder selection dialog with GLib 2.10 and Pango 1.12 was fixed. * The incorrect progressbar display when expired messages exist was fixed.
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.96 2006/06/10 23:38:36 xtraeme Exp $
|
|
|
|
DISTNAME= sylpheed-2.2.6
|
|
CATEGORIES= mail news x11
|
|
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= chris@NetBSD.org
|
|
HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en
|
|
COMMENT= X based e-mail and netnews client
|
|
|
|
CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[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"
|