14 lines
378 B
Makefile
14 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.36 2013/07/24 15:29:22 drochner Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= att_remover
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Permanently deletes attachments from mail
|
|
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|