aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras-filter-monkey/Makefile
blob: 7353d17162ca32ca018ec22ac04815c23047a0bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: fluffy
# $FreeBSD$

PKGNAMESUFFIX=		-filter-monkey
PORTREVISION=		2

COMMENT=		Arbitrary delay or reject filter for OpenSMTPD

CONFIGURE_ARGS+=	--with-experimental-filter-monkey

PLIST=			${.CURDIR}/pkg-plist
MASTERDIR=		${.CURDIR}/../opensmtpd-extras
SLAVE_PORT=		yes

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
	${INSTALL_DATA} ${WRKSRC}/extras/filters/filter-monkey/filter-monkey.conf \
		${STAGEDIR}${PREFIX}/etc/mail/filter-monkey.conf.sample

.include "${MASTERDIR}/Makefile"