pkgsrc/mail/mail-notification/Makefile
gdt 174b5cfc74 Update to 4.0. In addition to new/updated translation and bugfixes:
* Core changes:
		* The mail summary popup has been replaced by
		  libnotify message popups. These new message popups
		  also provide actions such as "Open" and "Mark as Spam"
		* Mozilla products (Mozilla, SeaMonkey, Thunderbird, ...)
		  mailboxes are now supported
		* The mailbox properties dialog has been redesigned
		* A new click action has been added: open the latest
		  message
		* A MN icon set has been designed by Josef Vybíral
		  (#18198)
		* A --print-summary command line argument has been
		  added, allowing to access message data from an
		  external program
		* A mail-changed GConf command setting has been added
		  (it is executed when new mail is received or when a
		  message is read)
		* Handling of the GNOME mail reader command: instead
		  of stripping %s, the first word of the command is
		  now used; moreover, mozilla and evolution are now
		  handled specially (#18257)
		* The /desktop/gnome/url-handlers/mailto/needs_terminal
		  GConf key is now respected
		* Could no longer close the about dialog with recent
		  GTK+ versions: fixed (#18252)

	* POP3 changes:
		* Messages kept on the server but marked as read are
		  now discarded. Note that this only works with
		  servers which send Status headers; most don't
		  (#18164).
2007-04-20 14:29:21 +00:00

61 lines
1.8 KiB
Makefile

# $NetBSD: Makefile,v 1.33 2007/04/20 14:29:21 gdt Exp $
#
DISTNAME= mail-notification-4.0
CATEGORIES= mail gnome
MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.nongnu.org/mailnotify/
COMMENT= Status icon that provides new mail notifications
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
GCONF2_SCHEMAS= mail-notification.schemas
PKG_OPTIONS_VAR= PKG_OPTIONS.mail-notification
PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"
# Whether to add IPv6 support.
.if empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
# Whether to add SASL2 support.
.if !empty(PKG_OPTIONS:Msasl)
. include "../../security/cyrus-sasl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-sasl
.endif
# Whether to add SSL support.
.if !empty(PKG_OPTIONS:Mssl)
. include "../../security/openssl/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-ssl
.endif
.include "../../devel/eel2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../mail/gmime/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"