742126e06b
- a small bugfix: it had some trouble with addresses larger than 31 chars - database is dumped on each mail instead of every 5 minutes. It now includes a human-readable date for acceptation time.
23 lines
566 B
Makefile
23 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/03/08 14:46:31 manu Exp $
|
|
#
|
|
|
|
DISTNAME= milter-greylist-0.12
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= manu@netbsd.rg
|
|
COMMENT= Greylist milter for sendmail
|
|
|
|
USE_PKGINSTALL= YES
|
|
USE_BUILDLINK2= YES
|
|
|
|
HAS_CONFIGURE= YES
|
|
CONFIGURE_ARGS+=--with-user=smmsp --prefix=${PREFIX}
|
|
|
|
PKG_GROUPS= smmsp
|
|
PKG_USERS= smmsp:smmsp::Sendmail\\ Message\\ Submission\\ Program
|
|
|
|
.include "../../mail/libmilter/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|