mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
686b788545
ActiveSync is an extension to SOGo that provides support for the ActiveSync protocol to clients that supports it.
14 lines
191 B
Makefile
14 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -activesync
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
|
|
CONFLICTS= sogo-[0-9]*
|
|
|
|
OPTIONS_SLAVE= ACTIVESYNC
|
|
|
|
MASTERDIR= ${.CURDIR}/../sogo3
|
|
|
|
.include "${MASTERDIR}/Makefile"
|