diff options
Diffstat (limited to 'x11-themes/plasma6-aurorae/Makefile')
-rw-r--r-- | x11-themes/plasma6-aurorae/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/plasma6-aurorae/Makefile b/x11-themes/plasma6-aurorae/Makefile new file mode 100644 index 000000000000..a9c274a86718 --- /dev/null +++ b/x11-themes/plasma6-aurorae/Makefile @@ -0,0 +1,19 @@ +PORTNAME= aurorae +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= x11-themes kde kde-plasma + +MAINTAINER= kde@FreeBSD.org +COMMENT= Themeable window decoration for KWin + +USES= cmake gettext gl kde:6 qt:6 shebangfix tar:xz xorg +USE_GL= gl opengl +USE_KDE= colorscheme config coreaddons decoration i18n \ + kcmutils newstuff package svg windowsystem \ + ecm:build +USE_QT= base declarative tools +USE_XORG= x11 + +SHEBANG_FILES= src/plasma-apply-aurorae.cmake +bash_CMD= /bin/sh + +.include <bsd.port.mk> |