blob: 4d7ac2d5f33c86467f953e4b431f3af7887bbbf8 (
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
28
|
PORTNAME= numix-icon-theme
PORTVERSION= 20.06.07
CATEGORIES= x11-themes
MAINTAINER= 20.100@defert.com
COMMENT= Official base icon theme from the Numix Project
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/license
USES= gnome
USE_GITHUB= yes
GH_ACCOUNT= numixproject
INSTALLS_ICONS= yes
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>
|