Remove the last kdav bits, spotted by naddy. thanks!

This commit is contained in:
rsadowski 2020-09-07 15:55:57 +00:00
parent 627b187d23
commit 4a6c9771f9
2 changed files with 0 additions and 28 deletions

View File

@ -1,24 +0,0 @@
# $OpenBSD: Makefile,v 1.2 2020/09/07 14:49:16 rsadowski Exp $
COMMENT = KDE PIM DAV protocol support library
DISTNAME = kdav-${VERSION}
CATEGORIES = devel
SHARED_LIBS += KF5DAV 0.0 # 5.13.2
WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5CoreAddons KF5I18n
WANTLIB += KF5KIOCore KF5Service Qt5Concurrent Qt5Core Qt5DBus
WANTLIB += Qt5Gui Qt5Network Qt5Xml Qt5XmlPatterns m
BUILD_DEPENDS = devel/gettext,-tools
LIB_DEPENDS = devel/kf5/kconfig>=${MODKF5_VERSION} \
devel/kf5/kcoreaddons>=${MODKF5_VERSION} \
devel/kf5/ki18n>=${MODKF5_VERSION} \
devel/kf5/kio>=${MODKF5_VERSION} \
devel/kf5/kservice>=${MODKF5_VERSION} \
x11/qt5/qtxmlpatterns
TEST_IS_INTERACTIVE = X11
.include <bsd.port.mk>

View File

@ -1,4 +0,0 @@
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.