summaryrefslogtreecommitdiff
path: root/mail/claws-mail-notification/Makefile
blob: 0eafd94748a12043b8a6646ffc1e3e2c2a443882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.67 2019/07/20 22:46:29 wiz Exp $
#

PLUGIN_NAME=    notification
PKGREVISION= 6
.include "../../mail/claws-mail/plugins.mk"

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Provides various ways to notify the user of new and unread email

CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin

DEPENDS+=	claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail

.include "../../mk/bsd.pkg.mk"