freebsd-ports/mail/dovecot-managesieve/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
866 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
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>