freebsd-ports/net-im/qxmpp-qt5/Makefile
Tobias Kortkamp 6707a3c942
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-05-01 19:55:55 +02:00

22 lines
471 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
USE_GITHUB= yes
GH_ACCOUNT= qxmpp-project
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.mk>