1e4ca2627d
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
18 lines
476 B
Makefile
18 lines
476 B
Makefile
# $NetBSD: Makefile,v 1.79 2022/08/11 05:08:55 gutteridge Exp $
|
|
#
|
|
|
|
PLUGIN_NAME= bogofilter
|
|
|
|
PKGREVISION= 4
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Enables the scanning of incoming mail using Bogofilter
|
|
|
|
TOOLS_BROKEN+= perl
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
|
|
DEPENDS+= bogofilter>=1.1.7:../../mail/bogofilter
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|