freebsd-ports/x11-themes/qogir-icon-themes/Makefile
Alexander Vereeken 0c158f15bb x11-themes/qogir-icon-themes: add new port
A flat colorful design icon theme for linux desktops

https://github.com/vinceliuice/Qogir-icon-theme

PR:		252775
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D28208
2021-05-01 05:58:47 +00:00

30 lines
651 B
Makefile

# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
PORTNAME= qogir-icon-themes
DISTVERSION= 2020-11-22
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Flat colorful design icon theme for linux desktops
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash>0:shells/bash \
gsed:textproc/gsed
USES= shebangfix
SHEBANG_FILES= install.sh
INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_ACCOUNT= vinceliuice
GH_PROJECT= Qogir-icon-theme
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/icons
.include <bsd.port.mk>