freebsd-ports/net-im/ruqola/Makefile
Tobias C. Berner 3bf0672578 net-im/ruqola: prepare for Qt5-5.15
- upstream has fixed the build failure,
- as we already ship the port from a commit, just update to that commit.
2020-05-30 08:00:41 +00:00

23 lines
597 B
Makefile

# $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>