freebsd-ports/mail/horde-vacation/Makefile
Beech Rintoul 011d9c0fdb - Ports renamed for consistency
PR:		ports/112327
Repocopy by:	marcus
Approved by:	sat (maintainer)
2007-06-22 08:06:15 +00:00

40 lines
917 B
Makefile

# Ports collection makefile for: vacation3
# Date created: Thu Mar 08, 2007
# Whom: Beech Rintoul <beech@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vacation
PORTVERSION= 3.0.1
PORTREVISION= 1
CATEGORIES= mail www
DIST_SUBDIR= horde
MAINTAINER= beech@FreeBSD.org
COMMENT= E-mail auto-responder
#-----------------------------------------------------------------------
# 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
USE_GETTEXT= yes
PORTDOCS= CHANGES CREDITS INSTALL RELEASE_NOTES TODO
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>