2004-12-26 11:23:36 +01:00
|
|
|
# Ports collection makefile for: Ingo
|
|
|
|
# Date created: Dec 3, 2004
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ingo
|
2010-05-09 08:56:09 +02:00
|
|
|
PORTVERSION= 1.2.4
|
2008-06-30 03:27:54 +02:00
|
|
|
DISTVERSIONSUFFIX=
|
|
|
|
PORTEPOCH= 1
|
2004-12-26 11:23:36 +01:00
|
|
|
CATEGORIES= mail www
|
|
|
|
|
2009-08-28 18:52:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-06-22 10:06:15 +02:00
|
|
|
COMMENT= Email-filter management application
|
2004-12-26 11:23:36 +01:00
|
|
|
|
|
|
|
#-----------------------------------------------------------------------
|
|
|
|
# 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
|
|
|
|
|
2007-04-09 01:42:31 +02:00
|
|
|
USE_PHP= imap
|
|
|
|
USE_HORDE= base pkg-message
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
|
2004-12-26 11:23:36 +01:00
|
|
|
|
2007-04-09 01:42:31 +02:00
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
|
|
.include <bsd.port.mk>
|