ActiveSync is an extension to SOGo that provides support for the ActiveSync protocol to clients that supports it. WWW: https://sogo.nu/
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $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"
|