* 3.4.3 (stable) * The bug that wrote the first part of data if the message body in the IMAP4 responses didn't end with CR+LF was fixed (#84). * The crash when displaying HTML messages was fixed (#215). * Win32: the crash when linked with newer MSVCRT was fixed. * Win32: libjpeg was updated. * Win32: libtiff was updated. * Win32: libpng was updated to 1.2.53. * Win32: OpenSSL was updated to v0.9.8zg. * Win32: included SSL certificates were updated.
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.159 2015/07/11 10:58:43 szptvlfn Exp $
|
|
|
|
DISTNAME= sylpheed-3.4.3
|
|
CATEGORIES= mail news x11
|
|
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.4/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= ahoka@NetBSD.org
|
|
HOMEPAGE= http://sylpheed.sraoss.jp/en/
|
|
COMMENT= Gtk based e-mail and netnews client
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
CONFLICTS= sylpheed-claws-[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} ${DESTDIR}${EGDIR}
|
|
${INSTALL_DATA} ${FILESDIR}/mime.types ${DESTDIR}${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 "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|