2012-09-22 19:17:15 +02:00
|
|
|
# Created by: Denis Shaposhnikov <dsh@bamus.cz>
|
2011-03-04 06:52:57 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dovecot2-antispam-plugin
|
|
|
|
PORTVERSION= 20101222
|
2012-09-27 00:52:50 +02:00
|
|
|
PORTREVISION= 4
|
2011-03-04 06:52:57 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.bamus.cz/distfiles/
|
|
|
|
DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX}
|
|
|
|
|
2012-09-22 19:17:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-12-03 19:31:16 +01:00
|
|
|
COMMENT= The dovecot 2.x plugin for spam systems training
|
2011-03-04 06:52:57 +01:00
|
|
|
|
2011-12-03 19:31:16 +01:00
|
|
|
BUILD_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2 \
|
2011-03-04 06:52:57 +01:00
|
|
|
gawk:${PORTSDIR}/lang/gawk
|
|
|
|
RUN_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2
|
|
|
|
|
|
|
|
CONFLICTS= dovecot-antispam-1.*
|
|
|
|
WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-43880985e3dd
|
|
|
|
|
|
|
|
USE_AUTOTOOLS= aclocal autoheader autoconf
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/dovecot
|
|
|
|
|
|
|
|
ACLOCAL_ARGS= -I m4
|
|
|
|
|
|
|
|
MAN7= dovecot-antispam.7
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|