aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot-managesieve/Makefile
blob: 3dc8144ff69bdd290d3f7686d273adc208341ef0 (plain) (blame)
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
26
27
28
29
# New ports collection makefile for:    dovecot-managesieve
# Date created:     2008-07-05
# Whom:         Geoffroy Desvernay <dgeo@ec-marseille.fr>
#
# $FreeBSD$
#

PORTNAME=   dovecot-managesieve
PORTVERSION=    0.11.11
CATEGORIES= mail
MASTER_SITES=   http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME=   ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${DISTVERSIONPREFIX}${DISTVERSION:C/:(.)/\1/g}${DISTVERSIONSUFFIX}

MAINTAINER= dgeo@ec-marseille.fr
COMMENT=    Dovecot ManageSieve Server daemon

BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/mail/dovecot:build \
        ${NONEXISTENT}:${PORTSDIR}/mail/dovecot-sieve:build
RUN_DEPENDS=    dovecot>=${DOVECOTVERSION}.*:${PORTSDIR}/mail/dovecot \
        dovecot-sieve>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot-sieve

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>