blob: b510b5734df17145e3c071bd673c902cf8492702 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# Ports collection makefile for: Ingo
# Date created: Dec 3, 2004
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= ingo
PORTVERSION= 1.2.4
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>
|