0c158f15bb
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
30 lines
651 B
Makefile
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>
|