eb8be8845e
Bump revision of claws-mail itself and of all the plugins.
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.69 2018/12/01 17:31:07 bsiegert Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= rssyl
|
|
PKGREVISION= 3
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Read RSS 1.0, 2.0 and Atom feeds in Claws-Mail
|
|
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|