aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/la-capitaine-icon-theme/Makefile
blob: 5f4033eb61fd00c92c5219b3c8dfe3389a278dd8 (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
30
PORTNAME=	la-capitaine-icon-theme
DISTVERSIONPREFIX=v
DISTVERSION=	0.6.2
CATEGORIES=	x11-themes

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Icon pack designed to integrate with most desktop environments
WWW=		https://krourke.org/projects/art/la-capitaine-icon-theme

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	YES
GH_ACCOUNT=	keeferrourke

NO_BUILD=	YES

post-extract:
.for logo in kubuntu debian-logo configure-debian debian debian-plymouth-manager archlinux gnome-debian
	${RM} ${WRKSRC}/apps/scalable/${logo}.svg
.endfor

do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/La-Capitaine
.for dir in actions animations apps devices emblems emotes mimetypes panel places status
	${CP} -rp ${WRKSRC}/${dir} ${STAGEDIR}${PREFIX}/share/icons/La-Capitaine
.endfor
	${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${PREFIX}/share/icons/La-Capitaine

.include <bsd.port.mk>