freebsd-ports/net-im/qxmpp-qt5/Makefile

24 lines
535 B
Makefile
Raw Normal View History

PORTNAME= qxmpp
DISTVERSIONPREFIX= v
2023-02-25 16:29:23 +01:00
DISTVERSION= 1.5.2
CATEGORIES= net-im
PKGNAMESUFFIX= -qt5
MAINTAINER= kde@FreeBSD.org
COMMENT= XMPP client library based on Qt and C++
WWW= https://github.com/qxmpp-project/qxmpp/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
USES= cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5
USE_QT= core gui network xml \
buildtools:build qmake:build testlib:build
USE_GITHUB= yes
GH_ACCOUNT= qxmpp-project
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>