1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net-im/qxmpp-qt5/Makefile
2019-10-29 18:59:49 +00:00

27 lines
524 B
Makefile

# $FreeBSD$
PORTNAME= qxmpp
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
CATEGORIES= net-im
PKGNAMESUFFIX= -qt5
MAINTAINER= kde@FreeBSD.org
COMMENT= QXmpp is an xmpp client library based on Qt & C++
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL
USES= cmake compiler:c++11-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>