5331f513b0
Upstream changes: * Bug fixes: - rfe 2309, 'Shortcuts should not be modifiable by default' - bug 2313, 'CLI quicksearch sometimes returns the same messages twice' - bug 2317, 'Action results in "Bad file descriptor" - PGP/Core: Win32 build fix - NNTP: fix replying (broken in corner case) - fix configure option --disable-manual - One more GTK+ 2.22 build fix - Debian bug 599547, 'Please re-introduce quick shortcut for marking as spam'
29 lines
806 B
Makefile
29 lines
806 B
Makefile
# $NetBSD: Makefile,v 1.22 2011/03/19 14:52:10 gls Exp $
|
|
#
|
|
|
|
DISTNAME= notification_plugin-0.26
|
|
PKGNAME= claws-mail-notification-0.26
|
|
PKGREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://claws-mail.org/downloads/plugins/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Provides various ways to notify the user of new and unread email
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES+= c
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../mail/claws-mail/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|