freebsd-ports/x11-themes/canta-icon-theme/Makefile
Alexander Vereeken 34ab944d1a x11-themes/canta-icon-theme: add new port
Flat icons for Canta GTK theme

https://github.com/vinceliuice/Canta-theme

PR:		252752
2021-05-01 05:57:34 +00:00

24 lines
557 B
Makefile

# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= canta-icon-theme
DISTVERSION= 2020-05-17
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Flat icons for Canta GTK theme
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= numix-icon-theme-circle>0:x11-themes/numix-icon-theme-circle
USE_GITHUB= yes
GH_ACCOUNT= vinceliuice
GH_PROJECT= Canta-theme
NO_ARCH= yes
NO_BUILD= yes
do-install:
(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} Canta ${STAGEDIR}${PREFIX}/share/icons)
.include <bsd.port.mk>