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
|
2013-05-25 11:39:23 +02:00
|
|
|
PORTVERSION= 20130429
|
2014-06-07 19:13:04 +02:00
|
|
|
PORTREVISION= 7
|
2011-03-04 06:52:57 +01:00
|
|
|
CATEGORIES= mail
|
2013-05-25 11:39:23 +02:00
|
|
|
MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
|
|
|
|
LOCAL/olgeni
|
2014-05-24 22:55:30 +02:00
|
|
|
DISTNAME= dovecot-antispam-plugin-${DISTVERSION}
|
2011-03-04 06:52:57 +01:00
|
|
|
|
2013-05-25 11:39:23 +02:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2012-12-03 18:39:39 +01:00
|
|
|
COMMENT= Dovecot 2.x plugin for spam systems training
|
2011-03-04 06:52:57 +01:00
|
|
|
|
2014-05-24 22:55:30 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-01-10 12:44:55 +01:00
|
|
|
BUILD_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2 \
|
2011-03-04 06:52:57 +01:00
|
|
|
gawk:${PORTSDIR}/lang/gawk
|
2014-01-10 12:44:55 +01:00
|
|
|
RUN_DEPENDS= dovecot2>=2.2.0:${PORTSDIR}/mail/dovecot2
|
2011-03-04 06:52:57 +01:00
|
|
|
|
|
|
|
CONFLICTS= dovecot-antispam-1.*
|
2013-05-25 11:39:23 +02:00
|
|
|
WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-5ebc6aae4d7c
|
2011-03-04 06:52:57 +01:00
|
|
|
|
2014-05-24 22:55:30 +02:00
|
|
|
USES= gmake tar:bzip2
|
2011-03-04 06:52:57 +01:00
|
|
|
USE_AUTOTOOLS= aclocal autoheader autoconf
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/dovecot
|
|
|
|
|
|
|
|
ACLOCAL_ARGS= -I m4
|
|
|
|
|
2013-11-07 16:03:28 +01:00
|
|
|
PLIST_FILES= lib/dovecot/lib90_antispam_plugin.so \
|
|
|
|
man/man7/dovecot-antispam.7.gz
|
2012-12-03 18:39:39 +01:00
|
|
|
PLIST_DIRSTRY= lib/dovecot
|
|
|
|
|
2014-04-28 15:30:24 +02:00
|
|
|
post-install:
|
2014-05-24 22:55:30 +02:00
|
|
|
${FIND} ${STAGEDIR}${PREFIX}/lib/ -name \*.so | ${XARGS} ${STRIP_CMD}
|
2014-04-28 15:30:24 +02:00
|
|
|
|
2011-03-04 06:52:57 +01:00
|
|
|
.include <bsd.port.mk>
|