aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/numix-icon-theme/Makefile
blob: cf3664ff161a875952dc3891261e8b00c713682b (plain) (blame)
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
29

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>