e0ac1afbf4
- Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
42 lines
900 B
Makefile
42 lines
900 B
Makefile
# Ports collection makefile for: Ingo
|
|
# Date created: Dec 3, 2004
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ingo
|
|
PORTVERSION= 2.0.7
|
|
CATEGORIES= mail www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde email filter rules manager
|
|
|
|
LICENSE= AL2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LATEST_LINK= horde4-${PORTNAME}
|
|
|
|
USE_PHP= gettext
|
|
USE_HORDE_BUILD= Horde_Role
|
|
USE_HORDE_RUN= Horde_Role \
|
|
horde \
|
|
Horde_Auth \
|
|
Horde_Autoloader \
|
|
Horde_Core \
|
|
Horde_Exception \
|
|
Horde_Group \
|
|
Horde_Form \
|
|
Horde_Imap_Client \
|
|
Horde_Mime \
|
|
Horde_Perms \
|
|
Horde_Share \
|
|
Horde_Util
|
|
|
|
RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve
|
|
RUN_DEPENDS+= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|