30 lines
886 B
Makefile
30 lines
886 B
Makefile
PORTNAME= la-capitaine-icon-theme
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 0.6.2
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= ports@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>
|