freebsd-ports/net-im/kaidan/Makefile
Adriaan de Groot 625f69c848 net-im/kaidan: fix plist
Some orphaned files, detected by poudriere bulk -t
2021-04-07 01:02:52 +02:00

20 lines
569 B
Makefile

PORTNAME= kaidan
DISTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= net-im kde
MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= User-friendly XMPP client for every device
LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 \
libZXing.so:textproc/zxing-cpp
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \
pkgconfig qt:5 tar:xz
USE_KDE= ecm kirigami2 notifications
USE_QT= core dbus declarative gui location multimedia network \
quickcontrols2 sql svg widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>