1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net-im/quaternion/Makefile
Adriaan de Groot 562256d478 net-im/libqmatrixclient upgrade to latest release
net-im/quaternion fix backwards versioning
net-im/spectral revision bump for shared library

None of these upgrades are interesting, they just follow the
Quotient ecosystem and give me a chance to correct the lost-
PORTREVISION in quaternion.

PR:		245531
Reported by:	lantw44@gmail.com
2020-04-12 12:48:22 +00:00

30 lines
723 B
Makefile

# $FreeBSD$
PORTNAME= Quaternion
DISTVERSION= 0.0.9.4
DISTVERSIONSUFFIX= e
PORTREVISION= 7
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= libqmatrixclient>=0.5.3.2:net-im/libqmatrixclient
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_run quickcontrols2_run \
buildtools_build linguist_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= QMatrixClient
.include <bsd.port.mk>