freebsd-ports/mail/dovecot-sieve/Makefile
Martin Wilke da82e0a820 From the Dovecot wiki on LDA (WWW: http://wiki.dovecot.org/LDA/Sieve)
Sieve language support by a plugin for the deliver LDA

    * Mail filtering
    * Mail forwarding
    * Vacation auto-reply

WWW:	http://www.dovecot.org

PR:		ports/107352
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274 at is-root.com>
2007-01-09 21:10:41 +00:00

30 lines
778 B
Makefile

# New ports collection makefile for: dovecot-sieve
# Date created: 2006-12-29
# Whom: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
#
# $FreeBSD$
#
PORTNAME= dovecot-sieve
PORTVERSION= 1.0
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/sieve/
MAINTAINER= nivo+kw+ports.bfa274@is-root.com
COMMENT= A sieve plugin for the Dovecot LDA called 'deliver'
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:build
USE_LDCONFIG= ${PREFIX}/lib/dovecot/lda
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --prefix=${PREFIX} --with-dovecot=`make -C ${PORTSDIR}/mail/dovecot -V WRKSRC`
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>