freebsd-ports/mail/horde4-ingo/Makefile
Thierry Thomas fa389b9752 Fix Horde's vulnerabilities, and upgrade its dependencies.
As usual, don't miss to read ${DOCSDIR}/UPGRADING of each port - if
any.

Feature safe:	yes
Security:	VuXML ID: ee23aa09-a175-11de-96c0-0011098ad87f
2009-09-22 16:40:53 +00:00

34 lines
880 B
Makefile

# Ports collection makefile for: Ingo
# Date created: Dec 3, 2004
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= ingo
PORTVERSION= 1.2.2
DISTVERSIONSUFFIX=
PORTEPOCH= 1
CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
COMMENT= Email-filter management application
#-----------------------------------------------------------------------
# You may define this option:
#
# - WITH_SIEVE : if you run timsieved (with Cyrus).
#
#-----------------------------------------------------------------------
.if defined(WITH_SIEVE) || exists(${LOCALBASE}/cyrus/bin/timsieved)
RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve
.endif
USE_PHP= imap
USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>