mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
30 lines
719 B
Makefile
30 lines
719 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Quaternion
|
|
DISTVERSION= 0.0.9.4
|
|
DISTVERSIONSUFFIX= c
|
|
PORTREVISION= 5
|
|
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: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>
|