- New port: www/sogo-activesync
ActiveSync is an extension to SOGo that provides support for the ActiveSync protocol to clients that supports it. WWW: https://sogo.nu/
This commit is contained in:
parent
6cdcd2657d
commit
d9c3f175d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559176
2 changed files with 18 additions and 0 deletions
13
www/sogo-activesync/Makefile
Normal file
13
www/sogo-activesync/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -activesync
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
|
||||
CONFLICTS= sogo[2-4]-[0-9]* sogo[2-4]-activesync-[0-9]*
|
||||
|
||||
OPTIONS_SLAVE= ACTIVESYNC MFA
|
||||
|
||||
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: https://sogo.nu/
|
Loading…
Reference in a new issue