summaryrefslogtreecommitdiff
path: root/mail/claws-mail-notification/Makefile
blob: a929da1cb1492d8cb13ae6c8af5de411d31e2548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.39 2013/07/24 15:29:22 drochner Exp $
#

PLUGIN_NAME=    notification
.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

PLIST_SRC+=	PLIST

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

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