# Created by: Beech Rintoul <beech@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_0_0/mail/horde3-forwards/Makefile 327742 2013-09-20 19:59:12Z bapt $

PORTNAME=	forwards
PORTVERSION=	3.2.1
PORTREVISION=	3
CATEGORIES=	mail www
DIST_SUBDIR=	horde

MAINTAINER=	horde@FreeBSD.org
COMMENT=	E-mail forward

#-----------------------------------------------------------------------
NO_STAGE=	yes
# You may define these options:
#
# - WITHOUT_LDAP	if you do not need OpenLDAP;
#
# - WITHOUT_FTP	disable FTP support;
#-----------------------------------------------------------------------

RUN_DEPENDS+=	${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL

. if !defined(WITHOUT_LDAP)
USE_PHP+=	ldap
. endif

.if !defined(WITHOUT_FTP)
USE_PHP+=	ftp
.endif

USE_HORDE=	base pkg-message
USES=		gettext
PORTDOCS=	README CHANGES CREDITS INSTALL RELEASE_NOTES TODO

.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
