ActiveSync is an extension to SOGo that provides support
for the ActiveSync protocol to clients that supports it. WWW: http://www.sogo.nu/ This is slave port for www/sogo, which enables ACTIVESYNC option PR: 204619 Submitted by: euan@potensol.com
This commit is contained in:
parent
f32e57fc28
commit
91688f78d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402361
3 changed files with 19 additions and 0 deletions
|
@ -2040,6 +2040,7 @@
|
|||
SUBDIR += smb_auth
|
||||
SUBDIR += snarf
|
||||
SUBDIR += sogo
|
||||
SUBDIR += sogo-activesync
|
||||
SUBDIR += spawn-fcgi
|
||||
SUBDIR += spdylay
|
||||
SUBDIR += speedtest-mini
|
||||
|
|
13
www/sogo-activesync/Makefile
Normal file
13
www/sogo-activesync/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -activesync
|
||||
|
||||
MAINTAINER= euan@potensol.com
|
||||
|
||||
CONFLICTS= sogo-[0-9]*
|
||||
|
||||
OPTIONS_SLAVE= ACTIVESYNC
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../sogo
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
5
www/sogo-activesync/pkg-descr
Normal file
5
www/sogo-activesync/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
ActiveSync is an extension to SOGo that provides support
|
||||
for the ActiveSync protocol to clients that supports
|
||||
it.
|
||||
|
||||
WWW: http://www.sogo.nu/
|
Loading…
Reference in a new issue