pkgsrc/mail/claws-mail-mailmbox/Makefile

16 lines
377 B
Makefile
Raw Normal View History

2017-01-01 17:05:55 +01:00
# $NetBSD: Makefile,v 1.46 2017/01/01 16:06:24 adam Exp $
2007-08-06 02:33:05 +02:00
#
2013-07-24 17:29:21 +02:00
PLUGIN_NAME= mailmbox
2017-01-01 17:05:55 +01:00
PKGREVISION= 3
2013-07-24 17:29:21 +02:00
.include "../../mail/claws-mail/plugins.mk"
2007-08-06 02:33:05 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2007-08-06 02:33:05 +02:00
COMMENT= Handles mailboxes in mbox format
2013-07-24 17:29:21 +02:00
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
2007-08-06 02:33:05 +02:00
2013-07-24 17:29:21 +02:00
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
2007-08-06 02:33:05 +02:00
.include "../../mk/bsd.pkg.mk"