20 lines
554 B
Makefile
20 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:33 joerg Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PLUGIN_NAME= bogofilter
|
|
PLUG_VER= 3.4.0
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
COMMENT= Enables the scanning of incoming mail using Bogofilter
|
|
|
|
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
|
|
|
|
DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail
|
|
DEPENDS+= bogofilter>=1.0.3nb1:../../mail/bogofilter
|
|
|
|
.include "../../mail/claws-mail/Makefile.vers"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|