mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
ddae4e92d8
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
26 lines
662 B
Makefile
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>
|