49b8552bf5
Calindori is mostly developed as a Plasma Mobile application (for Linux phones) but it works well as a desktop-based iCalendar viewer. There's a pair of patches -- submitted upstream -- to remove QTest, since it's not used otherwise.
26 lines
634 B
Makefile
26 lines
634 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= calindori
|
|
DISTVERSION= 1.3
|
|
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 service \
|
|
ecm_build
|
|
|
|
CMAKE_OFF= BUILD_TESTING
|
|
|
|
.include <bsd.port.mk>
|