Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/deskutils/calindori/Makefile
27941 views
PORTNAME=	calindori
DISTVERSION=	25.12.0
CATEGORIES=	deskutils
MASTER_SITES=	KDE/stable/release-service/${DISTVERSION}/src/

MAINTAINER=	[email protected]
COMMENT=	Calendar application for desktop and phone
WWW=		https://apps.kde.org/en/calindori

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-or-later.txt

USES=		cmake compiler:c++17-lang desktop-file-utils gettext kde:6 pkgconfig qt:6 tar:xz
USE_QT=		base declarative svg tools:build
USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 \
		notifications people \
		ecm:build

CMAKE_OFF=	BUILD_TESTING

.include <bsd.port.mk>