24 lines
501 B
Makefile
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>
|