15 lines
383 B
Makefile
15 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.39 2014/04/09 07:27:10 obache Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= newmail
|
|
PKGREVISION= 1
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Write log file info on arriving email
|
|
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|