Zorin is the default icon theme for ZorinOS WWW: https://github.com/ZorinOS/zorin-icon-themes PR: 263991
23 lines
468 B
Makefile
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>
|