pkgsrc/mail/sylpheed/Makefile
xtraeme 7e1aec7eaa Update to 2.3.0:
2.3.0 provides the new printing function and new mail notification by
the tray icon. 2.3.0 also includes various usability improvements.
In Win32 version, the included GTK+ library has been updated to the
latest 2.10.6, and it introduces the improvements of usability and
bugfixes.
2006-12-28 15:52:06 +00:00

40 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.101 2006/12/28 15:52:06 xtraeme Exp $
DISTNAME= sylpheed-2.3.0
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v2.3/
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-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"