aboutsummaryrefslogtreecommitdiff
path: root/net-im/ruqola/Makefile
blob: 039f7fab1df3f6a6395d3fe74ba4630a5a7ecec8 (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

PORTNAME=	ruqola
DISTVERSIONPREFIX=	v
DISTVERSION=	1.3.0
CATEGORIES=	net-im kde

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Rocketchat client

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain \
		libsecret-1.so:security/libsecret

USES=		cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5
USE_GNOME=	glib20
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
		dbusaddons ecm i18n iconthemes itemviews jobwidgets kio kirigami2 \
		notifications notifyconfig service sonnet syntaxhighlighting \
		textwidgets widgetsaddons windowsystem xmlgui
USE_QT=		concurrent core dbus declarative declarative gui multimedia \
		network networkauth speech xml 	websockets widgets \
		buildtools_build qmake_build

KDE_INVENT=	9a770478085e737b291db2b50fe76a9b7704cd7d network

PLIST_SUB=	SO_VER=${DISTVERSION} 

.include <bsd.port.mk>