17 lines
436 B
Makefile
17 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:21 leot Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= attachwarner
|
|
|
|
PKGREVISION= 3
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Warns if a message mentions an attachment without attaching files
|
|
|
|
TOOLS_BROKEN+= perl
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|