blob: d5e6595eadb9b8592d65fad767994ce44897b5c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.37 2014/04/09 07:27:10 obache Exp $
#
PLUGIN_NAME= mailmbox
PKGREVISION= 1
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Handles mailboxes in mbox format
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
.include "../../mk/bsd.pkg.mk"
|