cfd13efc3f
November 10, 2019. KDE today announces the release of KDE Frameworks 5.64.0. [1] KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks web page. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Noteably, there is one FreeBSD specific change: * KCoreAddons - KProcessInfoList -- add proclist backend for FreeBSD [1] https://kde.org/announcements/kde-frameworks-5.64.0.php PR: 241852 Exp-run by: antoine
27 lines
574 B
Makefile
27 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcalendarcore
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE calendar access library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
USES= bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm emoticons init itemmodels itemviews kdelibs4support
|
|
USE_QT= core gui \
|
|
buildtools_build qmake_build
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
CONFLICTS_INSTALL= kcalcore-1*
|
|
|
|
.include <bsd.port.mk>
|