da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
25 lines
648 B
Makefile
25 lines
648 B
Makefile
PORTNAME= calindori
|
|
DISTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
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>
|