85ec88297f
Release notes are at https://github.com/quotient-im/libQuotient/releases/tag/0.6.8 Bump consumers to get a rebuild.
23 lines
487 B
Makefile
23 lines
487 B
Makefile
PORTNAME= libquotient
|
|
DISTVERSION= 0.6.8
|
|
CATEGORIES= net-im
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Matrix IM support library using Qt technologies
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
CONFLICTS= libqmatrixclient\*
|
|
|
|
USES= cmake compiler:c++14-lang qt:5 tar:xz
|
|
USE_QT= core gui multimedia network \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= quotient-im
|
|
GH_PROJECT= libQuotient
|
|
|
|
CMAKE_ARGS= -DQuotient_INSTALL_TESTS=OFF
|
|
|
|
.include <bsd.port.mk>
|