f5abdbf154
This is an DAV protocol implemention with KJobs. Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV.
16 lines
404 B
Makefile
16 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/11/17 05:52:26 markd Exp $
|
|
|
|
DISTNAME= kdav-${KAPPSVER}
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= https://community.kde.org/KDE_PIM
|
|
COMMENT= DAV protocol implemention with KJobs
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
.include "../../meta-pkgs/kde/applications.mk"
|
|
|
|
USE_TOOLS+= msgmerge
|
|
|
|
.include "../../devel/kio/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|