freebsd-ports/net/krfb/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

27 lines
842 B
Makefile

PORTNAME= krfb
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= VNC server for KDE
WWW= https://www.kde.org
LIB_DEPENDS= libvncserver.so:net/libvncserver \
libxcb-image.so:x11/xcb-util-image
USES= alias cmake compiler:c++11-lib gettext jpeg \
kde:5 pkgconfig qt:5 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons \
crash dbusaddons dnssd doctools i18n notifications \
wallet wayland widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= core dbus gui network widgets x11extras xml \
buildtools:build qmake:build
USE_XORG= x11 xcb xdamage xext xtst
OPTIONS_DEFINE= TELEPATHY DOCS
OPTIONS_SUB= yes
TELEPATHY_DESC= Support for Telepathy Tubes
TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt
.include <bsd.port.mk>