Changeset View
Changeset View
Standalone View
Standalone View
net-im/spectral/Makefile
| PORTNAME= spectral | PORTNAME= spectral | ||||
| PORTVERSION= 817 | PORTVERSION= 817 | ||||
| PORTREVISION= 5 | PORTREVISION= 6 | ||||
| CATEGORIES= net-im | CATEGORIES= net-im | ||||
| MAINTAINER= adridg@FreeBSD.org | MAINTAINER= adridg@FreeBSD.org | ||||
| COMMENT= Glossy Matrix IM client based on Qt technologies | COMMENT= Glossy Matrix IM client based on Qt technologies | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ | LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ | ||||
| libcmark.so:textproc/cmark | libcmark.so:textproc/cmark | ||||
| USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2 | USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2 | ||||
| USE_GL= gl | USE_GL= gl | ||||
| USE_QT= core dbus declarative graphicaleffects gui imageformats \ | USE_QT= core dbus declarative graphicaleffects gui imageformats \ | ||||
| multimedia network quickcontrols quickcontrols2 svg widgets \ | multimedia network quickcontrols quickcontrols2 svg widgets \ | ||||
| buildtools_build linguist_build qmake_build testlib_build | buildtools_build linguist_build qmake_build testlib_build | ||||
| Show All 19 Lines | |||||