mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
c028b4e039
PR: 258583
30 lines
619 B
Makefile
30 lines
619 B
Makefile
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
|
|
|
|
PORTNAME= flatery-icon-themes
|
|
DISTVERSION= 2021-09-08
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= Alexander88207@protonmail.com
|
|
COMMENT= Flatery is an icon theme for linux in flat style
|
|
|
|
LICENSE= CC-BY-NC-SA-3.0
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= cbrnix
|
|
GH_PROJECT= Flatery
|
|
GH_TAGNAME= d96f58c
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/.directory \
|
|
${WRKSRC}/README.md \
|
|
${WRKSRC}/install.sh \
|
|
${WRKSRC}/cover.png
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
|
|
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/icons
|
|
|
|
.include <bsd.port.mk>
|