aboutsummaryrefslogtreecommitdiff
path: root/deskutils/calindori/Makefile
blob: bed11e974c15450239fc396fdbf7721bb99f979f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	calindori
DISTVERSION=	1.4
CATEGORIES=	deskutils
MASTER_SITES=	KDE/stable/${PORTNAME}/

MAINTAINER=	adridg@FreeBSD.org
COMMENT=	Calendar application for desktop and phone

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

USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
USE_GL=		gl
USE_QT=		core dbus declarative gui \
		network quickcontrols quickcontrols2 \
		svg widgets \
		buildtools_build linguist_build qmake_build
USE_KDE=	calendarcore config coreaddons dbusaddons i18n kirigami2 \
		notifications people service \
		ecm_build

CMAKE_OFF=	BUILD_TESTING

.include <bsd.port.mk>