2019-11-02 17:25:17 +01:00
|
|
|
# $NetBSD: Makefile,v 1.70 2019/11/02 16:25:19 rillig Exp $
|
2007-08-03 04:34:35 +02:00
|
|
|
#
|
|
|
|
|
2013-07-24 17:29:21 +02:00
|
|
|
PLUGIN_NAME= notification
|
2019-08-22 14:22:48 +02:00
|
|
|
PKGREVISION= 8
|
2013-07-24 17:29:21 +02:00
|
|
|
.include "../../mail/claws-mail/plugins.mk"
|
2007-08-03 04:34:35 +02:00
|
|
|
|
2010-11-29 18:58:34 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-08-03 04:34:35 +02:00
|
|
|
COMMENT= Provides various ways to notify the user of new and unread email
|
|
|
|
|
2019-11-02 17:25:17 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
2007-08-03 04:34:35 +02:00
|
|
|
|
2013-07-24 17:29:21 +02:00
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
2007-08-03 04:34:35 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|