67f6d3c6be
via PR 33206. 0.3.1: (2006-03-23) * Ensure wrapped headers always use LF (fix for spamassassin 3.1.1) * Mimic sendmail's Received header even better. Logs a warning to syslog if it can't fetch a sendmail macro that would help.
21 lines
558 B
Makefile
21 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.25 2006/10/12 12:19:09 obache Exp $
|
|
#
|
|
|
|
DISTNAME= spamass-milter-0.3.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://savannah.nongnu.org/projects/spamass-milt/
|
|
COMMENT= Milter interface to Spamassassin
|
|
|
|
DEPENDS+= spamassassin>=2.44:../../mail/spamassassin
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
RCD_SCRIPTS= spamass-milter
|
|
|
|
.include "../../mail/libmilter/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|