1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-im/ruqola/Makefile
2020-09-27 17:26:44 +00:00

26 lines
762 B
Makefile

# $FreeBSD$
PORTNAME= ruqola
DISTVERSION= 1.1
CATEGORIES= net-im kde
MAINTAINER= kde@FreeBSD.org
COMMENT= Rocketchat client
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 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
USE_GITHUB= yes
GH_ACCOUNT= KDE
.include <bsd.port.mk>