pkgsrc/mail/claws-mail-spamassassin/Makefile
joerg b85a1041c9 Repeat after me: NEVER depend on an exact revision of a package unless
you *really* REALLY mean that. Fix the dependencies of all claws-mail
packages on claws-mail itself. Bump all those revisions. Fix some
indentation while here to be at least basic consistent.
2007-09-23 17:08:00 +00:00

19 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/09/23 17:08:03 joerg Exp $
#
PLUGIN_NAME= spamassassin
PKGREVISION= 1
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Enables the scanning of incoming mail using SpamAssassin
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= spamassassin>=3.2.1:../../mail/spamassassin
.include "../../mail/claws-mail/Makefile.vers"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"