mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
40 lines
756 B
Makefile
40 lines
756 B
Makefile
# Ports collection makefile for: Ingo
|
|
# Date created: Dec 3, 2004
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ingo
|
|
PORTVERSION= 2.0.6
|
|
CATEGORIES= mail www pear
|
|
PKGNAMEPREFIX= horde
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde email filter rules manager
|
|
|
|
LICENSE= ASL
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
|
|
.include <bsd.port.post.mk>
|