aboutsummaryrefslogblamecommitdiff
path: root/x11-themes/flatery-icon-themes/Makefile
blob: 388c329a5917380a480142e8dc970ce86c8d7f43 (plain) (tree)
1
2
3
4
                                                                

                                   
                          










                                                                
                       











                                                             
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>

PORTNAME=	flatery-icon-themes
DISTVERSION=	2021-02-27
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=	83cb603
NO_ARCH=	yes
NO_BUILD=	yes

post-patch:
	${RM} ${WRKSRC}/.directory \
	${WRKSRC}/README.md \
	${WRKSRC}/cover.png
do-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
	${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/icons

.include <bsd.port.mk>