33c7ed40ec
SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. WWW: http://sogo.nu/
13 lines
224 B
Makefile
13 lines
224 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -activesync
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
|
|
CONFLICTS= sogo[2-4]-[0-9]* sogo[2-3]-activesync-[0-9]*
|
|
|
|
OPTIONS_SLAVE= ACTIVESYNC
|
|
|
|
MASTERDIR= ${.CURDIR}/../sogo4
|
|
|
|
.include "${MASTERDIR}/Makefile"
|