2010-06-10 14:30:21 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2010/06/10 12:30:21 gdt Exp $
|
2003-04-03 16:46:02 +02:00
|
|
|
#
|
|
|
|
|
2006-10-12 14:19:09 +02:00
|
|
|
DISTNAME= spamass-milter-0.3.1
|
2010-06-05 15:45:12 +02:00
|
|
|
PKGREVISION= 3
|
2003-04-03 16:46:02 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
|
|
|
|
|
2010-06-10 14:30:21 +02:00
|
|
|
# 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.
|
2010-06-05 15:45:12 +02:00
|
|
|
PATCHFILES= spamass-milter-001.patch
|
2010-06-04 01:46:54 +02:00
|
|
|
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
2003-04-03 16:46:02 +02:00
|
|
|
HOMEPAGE= http://savannah.nongnu.org/projects/spamass-milt/
|
|
|
|
COMMENT= Milter interface to Spamassassin
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2003-04-03 16:49:38 +02:00
|
|
|
DEPENDS+= spamassassin>=2.44:../../mail/spamassassin
|
2003-04-03 16:46:02 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2006-07-22 06:46:13 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2003-09-11 20:22:40 +02:00
|
|
|
|
|
|
|
RCD_SCRIPTS= spamass-milter
|
2003-04-03 16:46:02 +02:00
|
|
|
|
2004-04-25 01:05:46 +02:00
|
|
|
.include "../../mail/libmilter/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2003-04-03 16:46:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|