aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot2-antispam-plugin/Makefile
blob: d525369b60b9e6333f3410db2092ceb76c2673a5 (plain) (blame)
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
33
34
35
36
37
# Created by: Denis Shaposhnikov <dsh@bamus.cz>
# $FreeBSD$

PORTNAME=   dovecot2-antispam-plugin
PORTVERSION=    20130429
PORTREVISION=   2
CATEGORIES= mail
MASTER_SITES=   http://olgeni.olgeni.com/~olgeni/distfiles/ \
        LOCAL/olgeni
DISTFILES=  dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX}

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Dovecot 2.x plugin for spam systems training

BUILD_DEPENDS=  dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2 \
        gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS=    dovecot>=2.2.0:${PORTSDIR}/mail/dovecot2

CONFLICTS=  dovecot-antispam-1.*
WRKSRC=     ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c

USE_AUTOTOOLS=  aclocal autoheader autoconf
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   ${PREFIX}/lib/dovecot

ACLOCAL_ARGS=   -I m4

MAN7=       dovecot-antispam.7

PLIST_FILES=    lib/dovecot/lib90_antispam_plugin.so
PLIST_DIRSTRY=  lib/dovecot

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>