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
20 lines
531 B
Makefile
20 lines
531 B
Makefile
PORTNAME= libkscreen
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 screen management library
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \
|
|
xorg
|
|
USE_KDE= plasma-wayland-protocols wayland \
|
|
ecm:build
|
|
USE_QT= core dbus gui x11extras \
|
|
buildtools:build qmake:build testlib:build
|
|
USE_XORG= x11 xcb xrandr
|
|
|
|
.include <bsd.port.mk>
|