freebsd-ports/mail/dovecot-managesieve/Makefile
Adam Weinberger 6a75b47fc3 Mark dovecot 1.x and the 1.x plugins deprecated, set to expire at the end of
July. The last dovecot 1.x release was 6 years ago, and 1.x has been deprecated
upstream for many years.
2017-05-06 20:12:26 +00:00

29 lines
977 B
Makefile

# Created by: Geoffroy Desvernay <dgeo@ec-marseille.fr>
# $FreeBSD$
PORTNAME= dovecot-managesieve
PORTVERSION= 0.11.13
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX}
MAINTAINER= dgeo@centrale-marseille.fr
COMMENT= Dovecot ManageSieve Server daemon
BUILD_DEPENDS= ${NONEXISTENT}:mail/dovecot:build \
${NONEXISTENT}:mail/dovecot-sieve:build
RUN_DEPENDS= dovecot>=${DOVECOTVERSION}.*:mail/dovecot \
dovecot-sieve>=${DOVECOTVERSION}:mail/dovecot-sieve
DEPRECATED= Dovecot-1.x is deprecated. Use dovecot2 and dovecot-pigeonhole instead
EXPIRATION_DATE=2017-07-31
DOVECOTVERSION= 1.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-dovecot=`${MAKE} -C ${PORTSDIR}/mail/dovecot -V WRKSRC` \
--with-dovecot-sieve=`${MAKE} -C ${PORTSDIR}/mail/dovecot-sieve -V WRKSRC`
.include <bsd.port.mk>