diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-24 21:33:56 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-24 21:33:56 +0800 |
commit | 91688f78d5166c1e391ed34f4413aa9eaff412b6 (patch) | |
tree | 56133f19fb960a332c9d91107dcd538641d51f0b /www | |
parent | f32e57fc284139cc7099cdabf5b34ca5ddbdcfe0 (diff) | |
download | freebsd-ports-gnome-91688f78d5166c1e391ed34f4413aa9eaff412b6.tar.gz freebsd-ports-gnome-91688f78d5166c1e391ed34f4413aa9eaff412b6.tar.zst freebsd-ports-gnome-91688f78d5166c1e391ed34f4413aa9eaff412b6.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/sogo-activesync/Makefile | 13 | ||||
-rw-r--r-- | www/sogo-activesync/pkg-descr | 5 |
3 files changed, 19 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e1eb632c4a99..4368d636acf5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2040,6 +2040,7 @@ SUBDIR += smb_auth SUBDIR += snarf SUBDIR += sogo + SUBDIR += sogo-activesync SUBDIR += spawn-fcgi SUBDIR += spdylay SUBDIR += speedtest-mini diff --git a/www/sogo-activesync/Makefile b/www/sogo-activesync/Makefile new file mode 100644 index 000000000000..8e11c3645a26 --- /dev/null +++ b/www/sogo-activesync/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -activesync + +MAINTAINER= euan@potensol.com + +CONFLICTS= sogo-[0-9]* + +OPTIONS_SLAVE= ACTIVESYNC + +MASTERDIR= ${.CURDIR}/../sogo + +.include "${MASTERDIR}/Makefile" diff --git a/www/sogo-activesync/pkg-descr b/www/sogo-activesync/pkg-descr new file mode 100644 index 000000000000..957350a35677 --- /dev/null +++ b/www/sogo-activesync/pkg-descr @@ -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/ |