freebsd-ports/x11-themes/zorin-icon-themes/Makefile
Alexander Vereeken 0dd241a38d x11-themes/zorin-icon-themes: add new port
Zorin is the default icon theme for ZorinOS

WWW: https://github.com/ZorinOS/zorin-icon-themes

PR:		263991
2022-05-20 01:13:14 +09:00

23 lines
468 B
Makefile

# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= zorin-icon-themes
DISTVERSION= 2.9.7
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Zorin OS icon theme
LICENSE= CC-BY-SA-4.0
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= ZorinOS
NO_ARCH= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${CP} -R ${WRKSRC}/Zorin* ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>