freebsd-ports/net-im/qxmpp-qt5/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
501 B
Makefile

PORTNAME= qxmpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0
CATEGORIES= net-im
PKGNAMESUFFIX= -qt5
MAINTAINER= kde@FreeBSD.org
COMMENT= XMPP client library based on Qt and C++
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL
USES= cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5
USE_QT= core gui network xml \
buildtools_build qmake_build testlib_build
QMAKE_ARGS= QXMPP_NO_TESTS=1
USE_GITHUB= yes
GH_ACCOUNT= qxmpp-project
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>