1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11-themes/plasma5-breeze-gtk/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 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 cpe 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>