summaryrefslogtreecommitdiff
path: root/graphics/numix-gtk-theme/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-11 13:37:15 +0000
committernia <nia@pkgsrc.org>2020-01-11 13:37:15 +0000
commitd86cd60ad9f76db8653ef7e35b14f9bad451c17e (patch)
treed13d74c28b8faba117e0b6ead5dcffff748d7a39 /graphics/numix-gtk-theme/Makefile
parent520bbb466b77fb36b3be95cb43a09803b9729e43 (diff)
downloadpkgsrc-d86cd60ad9f76db8653ef7e35b14f9bad451c17e.tar.gz
graphics: Add numix-gtk-theme
A modern flat theme with a combination of light and dark elements. It supports GNOME, Unity, Xfce and Openbox.
Diffstat (limited to 'graphics/numix-gtk-theme/Makefile')
-rw-r--r--graphics/numix-gtk-theme/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/numix-gtk-theme/Makefile b/graphics/numix-gtk-theme/Makefile
new file mode 100644
index 00000000000..06caaa68945
--- /dev/null
+++ b/graphics/numix-gtk-theme/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2020/01/11 13:37:15 nia Exp $
+
+DISTNAME= numix-gtk-theme-2.6.7
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=numixproject/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://numixproject.github.io/products.html
+COMMENT= Modern flat theme with a combination of light and dark elements
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= bash
+USE_LANGUAGES= # none
+
+TOOL_DEPENDS+= glib2-[0-9]*:../../devel/glib2
+TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-sass-[0-9]*:../../www/ruby-sass
+
+DEPENDS+= gtk2-engines-murrine-[0-9]*:../../x11/gtk2-engines-murrine
+
+REPLACE_BASH+= scripts/utils.sh
+
+MAKE_FLAGS+= INSTALL_DIR=${DESTDIR}${PREFIX}/share/themes/Numix
+MAKE_FLAGS+= SASS=${PREFIX}/bin/sass${RUBY_VER}
+
+.include "../../lang/ruby/rubyversion.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"