mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
22 lines
620 B
Makefile
22 lines
620 B
Makefile
PORTNAME= kaidan
|
|
DISTVERSION= 0.8.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-im kde
|
|
MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= User-friendly XMPP client for every device
|
|
WWW= https://www.kaidan.im/
|
|
|
|
LIB_DEPENDS= libQXmppQt5.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 qqc2-desktop-style
|
|
USE_QT= core dbus declarative gui location multimedia network \
|
|
quickcontrols2 sql svg widgets xml \
|
|
buildtools:build qmake:build
|
|
|
|
.include <bsd.port.mk>
|