Changeset View
Changeset View
Standalone View
Standalone View
net-im/quaternion/Makefile
| PORTNAME= Quaternion | PORTNAME= Quaternion | ||||
| DISTVERSION= 0.0.95-beta3 | DISTVERSION= 0.0.95-beta3 | ||||
| PORTREVISION= 3 | PORTREVISION= 4 | ||||
| CATEGORIES= net-im | CATEGORIES= net-im | ||||
| MAINTAINER= adridg@FreeBSD.org | MAINTAINER= adridg@FreeBSD.org | ||||
| COMMENT= Matrix IM client based on Qt technologies | COMMENT= Matrix IM client based on Qt technologies | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ | LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ | ||||
| libsecret-1.so:security/libsecret | libsecret-1.so:security/libsecret | ||||
| BUILD_DEPENDS= libquotient>=0.6.11:net-im/libquotient | BUILD_DEPENDS= libquotient>=0.6.11:net-im/libquotient | ||||
| # Quotient is a static lib, doesn't need to be in RUN_DEPENDS | # Quotient is a static lib, doesn't need to be in RUN_DEPENDS | ||||
| USES= cmake compiler:c++17-lang gettext-runtime gnome \ | USES= cmake compiler:c++17-lang gettext-runtime gnome \ | ||||
| localbase:ldflags qt:5 tar:xz | localbase:ldflags qt:5 tar:xz | ||||
| USE_GNOME= glib20 | USE_GNOME= glib20 | ||||
| USE_QT= core dbus declarative gui multimedia network widgets \ | USE_QT= core dbus declarative gui multimedia network widgets \ | ||||
| quickcontrols quickcontrols2 \ | quickcontrols quickcontrols2 \ | ||||
| buildtools_build linguist_build qmake_build | buildtools_build linguist_build qmake_build | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= quotient-im | GH_ACCOUNT= quotient-im | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||