freebsd-ports/x11-themes/plasma5-breeze-gtk/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

26 lines
662 B
Makefile

PORTNAME= breeze-gtk
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Breeze visual style for Gtk
LICENSE= LGPL21
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
sassc:textproc/sassc
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR}
USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python:3.4+ \
qt:5 tar:xz
USE_GNOME= gdkpixbuf2
USE_KDE= breeze ecm
USE_QT= core \
buildtools:build qmake:build
CMAKE_ARGS= -DPython3_EXECUTABLE:PATH=${PYTHON_CMD}
BINARY_ALIAS= python3=${PYTHON_CMD}
NO_ARCH= yes
.include <bsd.port.mk>