Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / dovecot2-antispam-plugin / Makefile
1 # Created by: Denis Shaposhnikov <dsh@bamus.cz>
2 # $FreeBSD$
3
4 PORTNAME=       dovecot2-antispam-plugin
5 PORTVERSION=    20130429
6 PORTREVISION=   22
7 CATEGORIES=     mail
8 MASTER_SITES=   http://olgeni.olgeni.com/~olgeni/distfiles/ \
9                 LOCAL/olgeni
10 DISTNAME=       dovecot-antispam-plugin-${DISTVERSION}
11
12 MAINTAINER=     olgeni@FreeBSD.org
13 COMMENT=        Dovecot 2.x plugin for spam systems training
14
15 LICENSE=        GPLv2
16
17 BUILD_DEPENDS=  dovecot2>=2.2.0:mail/dovecot2 \
18                 gawk:lang/gawk
19 RUN_DEPENDS=    dovecot2>=2.2.0:mail/dovecot2
20
21 CONFLICTS=      dovecot-antispam-1.*
22 WRKSRC=         ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c
23
24 USES=           gmake tar:bzip2
25 USE_AUTOTOOLS=  aclocal autoheader autoconf
26 USE_LDCONFIG=   ${PREFIX}/lib/dovecot
27
28 ACLOCAL_ARGS=   -I m4
29
30 PLIST_FILES=    lib/dovecot/lib90_antispam_plugin.so \
31                 man/man7/dovecot-antispam.7.gz
32
33 post-install:
34         ${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD}
35
36 .include <bsd.port.mk>