forked from Lainports/freebsd-ports
There are some version-numbering shenanigans, which I've followed because that is easiest; I *am* looking forward to it hitting 0.1.0 and then having a more sensible versioning scheme. Release notes are at https://github.com/quotient-im/Quaternion/releases/tag/0.0.95-beta3 Most important new feature is `/md` for Markdown-formatted messages (for when you **really** want to bold that message). Now checks for QQC2 at build-time, so shuffled those dependencies forward.
27 lines
669 B
Makefile
27 lines
669 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Quaternion
|
|
DISTVERSION= 0.0.95-beta3
|
|
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.4:net-im/libquotient
|
|
|
|
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>
|