Changeset View
Changeset View
Standalone View
Standalone View
net-im/nheko/Makefile
| PORTNAME= nheko | PORTNAME= nheko | ||||
| DISTVERSIONPREFIX=v | DISTVERSIONPREFIX=v | ||||
| DISTVERSION= 0.10.0 | DISTVERSION= 0.10.0 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| 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 | ||||
| BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \ | BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \ | ||||
| asciidoc>=10:textproc/asciidoc | asciidoc>=10:textproc/asciidoc | ||||
| # All those boost-libs are pulled in through mtxclient, which | # All those boost-libs are pulled in through mtxclient, which | ||||
| # links to them but stage-qa still complains. | # links to them but stage-qa still complains. | ||||
| LIB_DEPENDS= \ | LIB_DEPENDS= \ | ||||
| libcmark.so:textproc/cmark \ | libcmark.so:textproc/cmark \ | ||||
| libcoeurl.so:ftp/coeurl \ | libcoeurl.so:ftp/coeurl \ | ||||
| libfmt.so:devel/libfmt \ | libfmt.so:devel/libfmt \ | ||||
| liblmdb.so:databases/lmdb \ | liblmdb.so:databases/lmdb \ | ||||
| libmatrix_client.so:net-im/mtxclient \ | libmatrix_client.so:net-im/mtxclient \ | ||||
| libolm.so:security/olm \ | libolm.so:security/olm \ | ||||
| libqt5keychain.so:security/qtkeychain \ | libqt5keychain.so:security/qtkeychain@qt5 \ | ||||
| libspdlog.so:devel/spdlog | libspdlog.so:devel/spdlog | ||||
| USES= cmake compiler:c++17-lang desktop-file-utils \ | USES= cmake compiler:c++17-lang desktop-file-utils \ | ||||
| localbase:ldflags pkgconfig qt:5 ssl tar:xz | localbase:ldflags pkgconfig qt:5 ssl tar:xz | ||||
| USE_QT= concurrent core dbus declarative gui multimedia network \ | USE_QT= concurrent core dbus declarative gui multimedia network \ | ||||
| quickcontrols2 svg widgets \ | quickcontrols2 svg widgets \ | ||||
| graphicaleffects_run \ | graphicaleffects_run \ | ||||
| buildtools_build linguist_build qmake_build | buildtools_build linguist_build qmake_build | ||||
| Show All 14 Lines | |||||