freebsd-ports/graphics/wrapland/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

36 lines
943 B
Makefile

PORTNAME= wrapland
DISTVERSIONPREFIX= ${PORTNAME}@
DISTVERSION= 0.524.0
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Qt/C++ library wrapping libwayland
WWW= https://gitlab.com/kwinft/wrapland
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.22:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT}
USES= cmake:testing gl kde:5 pkgconfig qt:5
USE_GITLAB= yes
USE_GL= egl
USE_KDE= ecm:build
USE_LDCONFIG= yes
USE_QT= qmake:build buildtools:build concurrent core gui
GL_ACCOUNT= kwinft
GL_COMMIT= df61726a0955369f07399e8115454013b887903e
PLIST_SUB= VERSION=${PORTVERSION}
OPTIONS_DEFINE= DOXYGEN
OPTIONS_DEFAULT=DOXYGEN
OPTIONS_SUB= yes
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_USE= QT=help:build
DOXYGEN_CMAKE_BOOL= BUILD_QCH
.include <bsd.port.mk>