mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
15 lines
378 B
Makefile
15 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"
|