blob: f0b3cc0b6324ec9e33b01db571779322cf1d51c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= numix-icon-theme
PORTVERSION= 21.04.14
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Official base icon theme from the Numix Project
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/license
USES= gnome
USE_GITHUB= yes
GH_ACCOUNT= numixproject
NO_ARCH= yes
NO_BUILD= yes
ICONSDIR= ${PREFIX}/share/icons
do-install:
${MKDIR} ${STAGEDIR}${ICONSDIR}
${FIND} ${WRKSRC} -mindepth 1 -maxdepth 1 -type d -exec ${CP} -R {} \
${STAGEDIR}${ICONSDIR}/ ';'
.include <bsd.port.mk>
|