freebsd-ports/net-im/libqmatrixclient/Makefile
Adriaan de Groot 562256d478 net-im/libqmatrixclient upgrade to latest release
net-im/quaternion fix backwards versioning
net-im/spectral revision bump for shared library

None of these upgrades are interesting, they just follow the
Quotient ecosystem and give me a chance to correct the lost-
PORTREVISION in quaternion.

PR:		245531
Reported by:	lantw44@gmail.com
2020-04-12 12:48:22 +00:00

23 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= libqmatrixclient
DISTVERSION= 0.5.3.2
CATEGORIES= net-im
MAINTAINER= adridg@FreeBSD.org
COMMENT= Matrix IM support library using Qt technologies
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++14-lang qt:5 tar:xz
USE_QT= core gui multimedia network \
buildtools_build qmake_build
USE_GITHUB= yes
GH_ACCOUNT= quotient-im
GH_PROJECT= libQuotient
CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR=include/Quotient
.include <bsd.port.mk>