aboutsummaryrefslogtreecommitdiff
path: root/net-im/neochat/Makefile
blob: 7a9f1054427030e83d5f331066075e2d6539735c (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
25
26
27
28
29
30
31
PORTNAME=	neochat
DISTVERSION=	22.09
CATEGORIES=	net-im
MASTER_SITES=	KDE/stable/plasma-mobile/${DISTVERSION}

MAINTAINER=	adridg@FreeBSD.org
COMMENT=	Glossy Matrix IM client based on KDE technologies
WWW=		https://invent.kde.org/network/neochat

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSES/GPL-3.0-only.txt

LIB_DEPENDS=	libcmark.so:textproc/cmark \
		libqt5keychain.so:security/qtkeychain@qt5
BUILD_DEPENDS=	libquotient>=0.6.11:net-im/libquotient \
		kquickimageeditor>=0.2.0:graphics/kquickimageeditor \
		${LOCALBASE}/include/qcoro5/qcoro/qcoro.h:devel/qcoro
# Quotient is a static lib, doesn't need to be in RUN_DEPENDS
RUN_DEPENDS=	kquickimageeditor>=0.2.0:graphics/kquickimageeditor

USES=		cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
USE_GL=		gl
USE_QT=		core dbus declarative graphicaleffects gui imageformats \
		multimedia network quickcontrols quickcontrols2 \
		svg widgets xml \
		buildtools:build linguist:build qmake:build
USE_KDE=	config coreaddons dbusaddons i18n itemmodels kirigami2 notifications \
		qqc2-desktop-style \
		ecm:build

.include <bsd.port.mk>