summaryrefslogtreecommitdiff
path: root/mail/spamass-milter/Makefile
blob: 0e22c51e8e463931fb53c7734ea3ca1b9525eb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $NetBSD: Makefile,v 1.31 2011/03/18 15:26:30 gdt Exp $
#

DISTNAME=	spamass-milter-0.3.1
PKGREVISION=	4
CATEGORIES=	mail
MASTER_SITES=	http://savannah.nongnu.org/download/spamass-milt/

# This patch is taken from upstream CVS, and is from the 0.3.1 release
# tag to head of CVS on 5 Jun 2010, although CVS last changed on 24
# Jul 2006.  The patch fixes an error in formatting of the synthetic
# Received: line.  The patch is a patchfile (hosted on ftp.netbsd.org)
# instead of a pkgsrc patch because it is something upstream would
# have released if upstream were still maintaining this code.
PATCHFILES=	spamass-milter-001.patch

MAINTAINER=	gdt@NetBSD.org
HOMEPAGE=	http://savannah.nongnu.org/projects/spamass-milt/
COMMENT=	Milter interface to Spamassassin

PKG_DESTDIR_SUPPORT=	user-destdir

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"