freebsd-ports/net-im/ruqola/Makefile

24 lines
597 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= ruqola
DISTVERSION= 1.0.0-1111
DISTVERSIONSUFFIX= -g990e1e65
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= ecm coreaddons crash i18n kirigami2 notifications syntaxhighlighting
USE_QT= core dbus declarative declarative gui network networkauth \
websockets widgets \
buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= KDE
.include <bsd.port.mk>