aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-managesieve/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot-managesieve/Makefile')
-rw-r--r--mail/dovecot-managesieve/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/dovecot-managesieve/Makefile b/mail/dovecot-managesieve/Makefile
deleted file mode 100644
index a2a7facca8c4..000000000000
--- a/mail/dovecot-managesieve/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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>