mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
5b0382bf56
Jump a couple of releases with libquotient, a Matrix-client-library. - URL mangling bugfix (0.6.11) - Missing invites bugfix (0.6.10) - Assertion failure (0.6.9)
28 lines
735 B
Makefile
28 lines
735 B
Makefile
PORTNAME= Quaternion
|
|
DISTVERSION= 0.0.95-beta3
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Matrix IM client based on Qt technologies
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
|
|
libsecret-1.so:security/libsecret
|
|
BUILD_DEPENDS= libquotient>=0.6.11:net-im/libquotient
|
|
# Quotient is a static lib, doesn't need to be in RUN_DEPENDS
|
|
|
|
USES= cmake compiler:c++17-lang gettext-runtime gnome \
|
|
localbase:ldflags qt:5 tar:xz
|
|
USE_GNOME= glib20
|
|
USE_QT= core dbus declarative gui multimedia network widgets \
|
|
quickcontrols quickcontrols2 \
|
|
buildtools_build linguist_build qmake_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quotient-im
|
|
|
|
.include <bsd.port.mk>
|