summaryrefslogtreecommitdiff
path: root/x11-themes/flatery-icon-themes/Makefile
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-01-24 18:06:22 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-01-24 18:06:22 +0000
commitf76b76b8600f9313b869706250868f96a577d23e (patch)
treea0726701175ae4489107e330e37b26492733c8e0 /x11-themes/flatery-icon-themes/Makefile
parentwww/chisel: Update to 1.7.4 (diff)
x11-themes/flatery-icon-themes: Add new port.
PR: 252755 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> Differential Revision: https://reviews.freebsd.org/D28203
Notes
Notes: svn path=/head/; revision=562499
Diffstat (limited to 'x11-themes/flatery-icon-themes/Makefile')
-rw-r--r--x11-themes/flatery-icon-themes/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/flatery-icon-themes/Makefile b/x11-themes/flatery-icon-themes/Makefile
new file mode 100644
index 000000000000..dfb417eeff61
--- /dev/null
+++ b/x11-themes/flatery-icon-themes/Makefile
@@ -0,0 +1,29 @@
+# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
+# $FreeBSD$
+
+PORTNAME= flatery-icon-themes
+DISTVERSION= 2020-11-14
+CATEGORIES= x11-themes
+
+MAINTAINER= Alexander88207@protonmail.com
+COMMENT= Flatery is an icon theme for linux in flat style
+
+LICENSE= CC-BY-NC-SA-3.0
+
+USE_GITHUB= yes
+
+GH_ACCOUNT= cbrnix
+GH_PROJECT= Flatery
+GH_TAGNAME= 8beb69
+NO_ARCH= yes
+NO_BUILD= yes
+
+post-patch:
+ ${RM} ${WRKSRC}/.directory \
+ ${WRKSRC}/README.md \
+ ${WRKSRC}/cover.png
+do-install:
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
+ ${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/icons
+
+.include <bsd.port.mk>