diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-09 06:11:39 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-09 06:11:39 +0000 |
commit | dbafd29aab662b07943f8308610a9e914516d108 (patch) | |
tree | 580ced527f8f99aea96d39e97abdd0afad1145e7 /mail | |
parent | 1c497f79370c797e7aaf8ce3a146fefe76e26920 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 | ||||
-rw-r--r-- | mail/horde4-imp/Makefile | 2 | ||||
-rw-r--r-- | mail/horde4-ingo/Makefile | 2 | ||||
-rw-r--r-- | mail/horde4-turba/Makefile | 2 | ||||
-rw-r--r-- | mail/horde4-webmail/Makefile | 2 |
5 files changed, 12 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index ce2b60c274c7..47df69c5b320 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -195,6 +195,10 @@ SUBDIR += horde-mimp SUBDIR += horde-turba SUBDIR += horde-vacation + SUBDIR += horde4-imp + SUBDIR += horde4-ingo + SUBDIR += horde4-turba + SUBDIR += horde4-webmail SUBDIR += hotwayd SUBDIR += hs-mime SUBDIR += ifile diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 7a4505bd419b..b87f1e5f61bd 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -16,6 +16,8 @@ COMMENT= Horde web based webmail system LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LATEST_LINK= horde4-${PORTNAME} + USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ horde \ diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile index f90b0cd6f687..1363c02928c2 100644 --- a/mail/horde4-ingo/Makefile +++ b/mail/horde4-ingo/Makefile @@ -16,6 +16,8 @@ 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 \ diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile index 8b5a4ae40e3c..a21efd91aa96 100644 --- a/mail/horde4-turba/Makefile +++ b/mail/horde4-turba/Makefile @@ -16,6 +16,8 @@ COMMENT= Horde web based address book LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE +LATEST_LINK= horde4-${PORTNAME} + OPTIONS= FACEBOOK "Support connections with Facebook" Off \ IMSP "Support IMSP addressbooks" Off \ LDAP "Support LDAP Addressbooks" Off diff --git a/mail/horde4-webmail/Makefile b/mail/horde4-webmail/Makefile index dd23da696e98..f30abc90eda7 100644 --- a/mail/horde4-webmail/Makefile +++ b/mail/horde4-webmail/Makefile @@ -15,6 +15,8 @@ COMMENT= Horde Groupware Webmail Edition CONFLICTS= horde-groupware-4* +LATEST_LINK= horde4-${PORTNAME} + USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ content \ |