diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:29:02 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:29:02 +0000 |
commit | d233d23153a79abe3de1d8486176c4d98ab09947 (patch) | |
tree | 8d904b07fa526dd8e87cb6dee568a4229000277e /mail/horde-ingo | |
parent | 0e4ff235c8f914e857ea9edc6e404904fffd15f0 (diff) |
Notes
Diffstat (limited to 'mail/horde-ingo')
-rw-r--r-- | mail/horde-ingo/Makefile | 43 | ||||
-rw-r--r-- | mail/horde-ingo/distinfo | 2 | ||||
-rw-r--r-- | mail/horde-ingo/pkg-descr | 5 |
3 files changed, 50 insertions, 0 deletions
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile new file mode 100644 index 000000000000..2812e0ca2a0c --- /dev/null +++ b/mail/horde-ingo/Makefile @@ -0,0 +1,43 @@ +# Ports collection makefile for: Ingo +# Date created: Dec 3, 2004 +# Whom: Thierry Thomas (<thierry@pompo.net>) +# +# $FreeBSD$ +# + +PORTNAME= ingo +PORTVERSION= 3.0.1 +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 + +# Optional but we want it +RUN_DEPENDS+= ${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \ + ${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> diff --git a/mail/horde-ingo/distinfo b/mail/horde-ingo/distinfo new file mode 100644 index 000000000000..bbe9f9bd43a0 --- /dev/null +++ b/mail/horde-ingo/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/ingo-3.0.1.tgz) = 5fbcf61414ddc36f9f059bba7b2897734bc4999c4d4671fffc1d8553ba0da1d4 +SIZE (Horde/ingo-3.0.1.tgz) = 1520952 diff --git a/mail/horde-ingo/pkg-descr b/mail/horde-ingo/pkg-descr new file mode 100644 index 000000000000..cbfaa2d979d9 --- /dev/null +++ b/mail/horde-ingo/pkg-descr @@ -0,0 +1,5 @@ +Ingo is an email-filter management application. It is fully internationalized, +integrated with Horde and the IMP Webmail client, and supports both server-side +(Sieve, procmail) and client-side (IMAP) message filtering. + +WWW: http://www.horde.org/apps/ingo/ |