ae8364692c
only necessary if the "spf" option is enabled (which is the default). This fixes one of the problems reported in PR pkg/37064.
36 lines
972 B
Makefile
36 lines
972 B
Makefile
# $NetBSD: Makefile,v 1.32 2007/10/10 12:13:04 tron Exp $
|
|
|
|
DISTNAME= milter-greylist-3.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
|
|
COMMENT= Easy-to-use greylist milter for sendmail
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --with-user=smmsp
|
|
|
|
BUILD_TARGET= milter-greylist
|
|
|
|
PKG_GROUPS= smmsp
|
|
PKG_USERS= smmsp:smmsp
|
|
PKG_GECOS.smmsp= Sendmail Message Submission Program
|
|
|
|
RCD_SCRIPTS= milter-greylist
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/milter-greylist
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/milter-greylist
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/milter-greylist
|
|
${INSTALL_DATA} ${WRKSRC}/greylist.conf \
|
|
${PREFIX}/share/examples/milter-greylist
|
|
|
|
.include "../../mail/libmilter/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|