1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/mail/ingo/Makefile
Andrew Pantyukhin 1e0d8c9112 - Introduce bsd.horde.mk
- Convert most horde ports
- Tested vigorously, but hastily

Prodded by:	pointyhats via kris
Approved by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-04-08 23:42:31 +00:00

34 lines
879 B
Makefile

# Ports collection makefile for: Ingo
# Date created: Dec 3, 2004
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= ingo
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= mail www
MAINTAINER= beech@alaskaparadise.com
COMMENT= Horde's 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>