5671838e7a
Add a patch from Yoshitaka Tokugawa provided in PR 26806, which has also been added to the spamass CVS repository: Always use macro_b, so SA can do future/past validation. It is not a bug, but it makes SA happier. SA 2.x requires "($v/$Z)$?r with $r" part of Received: header. I don't think SA 3.x need this, but keep it for SA 2.x users. There is a bug in cmp_nocase_partial() function. Without my hack, cmp_nocase_partial("X-Spam-", "X-Spam") returns 0 which is incorrect behavior for this function.
24 lines
604 B
Makefile
24 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/04/07 11:27:48 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= spamass-milter-0.3.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://savannah.nongnu.org/projects/spamass-milt/
|
|
COMMENT= Milter interface to Spamassassin
|
|
|
|
DEPENDS+= spamassassin>=2.44:../../mail/spamassassin
|
|
|
|
USE_BUILDLINK3= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGINSTALL= YES
|
|
USE_LANGUAGES= c++
|
|
|
|
RCD_SCRIPTS= spamass-milter
|
|
|
|
.include "../../mail/libmilter/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|