f31693dd3a
pkglint -Wall -F --only aligned -r No manual corrections.
15 lines
415 B
Makefile
15 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.70 2019/11/02 16:25:19 rillig Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= notification
|
|
PKGREVISION= 8
|
|
.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"
|