1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/kf5-kdav/Makefile
Adriaan de Groot c0a5e2416d *: (KDE ports) tidy up dependencies
Go another round with the dependency-cleanup:
- ECM and doctools are still more only a build-dep
- Qt testlibs is a build-dep

This touches plenty of ports outside of KDE Frameworks
that did **not** list their full dependencies and could
get away with it because frameworks pulled in too much.
2021-07-09 23:59:01 +02:00

19 lines
494 B
Makefile

PORTNAME= kdav
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTEPOCH= 1
CATEGORIES= net kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= DAV protocol implementation with KJobs
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons i18n kio service \
ecm_build
USE_QT= concurrent core dbus gui network xml xmlpatterns \
buildtools_build qmake_build testlib_build
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
.include <bsd.port.mk>