f79c80e1ab
NEWS: Changes of Sylpheed * 3.6.0 (stable) * The Japanese manual was updated. * 3.6.0beta1 (development) * The feature to use multiple signatures in one account was added. * The edit group dialog of the address book was improved to allow multilple selection and display its available list with folder tree. * The menu 'Tools - Open configuration/attachments folder' was added. * Printing settings and page setup are now saved. * The Japanese manual was updated. * IMAP: SUBSCRIBE command is explicitly issued for a newly created folder by CREATE. * Unix: the search location of SSL certificates for OpenBSD was added (#222). * Win32: a notice about not removing user data in the installer was modified.
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.167 2017/07/04 14:35:49 szptvlfn Exp $
|
|
|
|
DISTNAME= sylpheed-3.6.0
|
|
CATEGORIES= mail news x11
|
|
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v3.6/
|
|
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"
|