aboutsummaryrefslogtreecommitdiff
path: root/devel/kunifiedpush/Makefile
blob: e405fe3bd2f1c8e01e981742e9c444c0cf2611ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	kunifiedpush
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	devel kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	UnifiedPush client library and distributor daemon for KDE
WWW=		https://invent.kde.org/libraries/kunifiedpush

USES=		cmake compiler:c++20-lang gettext kde:6 qt:6 ssl tar:xz
USE_KDE=	coreaddons i18n kcmutils service solid \
		ecm:build
USE_QT=		base declarative websockets

IGNORE_FreeBSD_13=	does not build with OpenSSL 1.1.1

.include <bsd.port.mk>