summaryrefslogtreecommitdiff
path: root/mail/dovecot-sieve/Makefile
blob: e4be69ca51d4bc75b221b07e15012787020666cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.1.5
CATEGORIES=	mail
MASTER_SITES=	http://www.dovecot.org/releases/sieve/ \
		http://www.is-root.com/myports/

MAINTAINER=	yds@coolrat.org
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.mk>