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/