mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
5864d5c15d
Changelog: https://github.com/vinceliuice/Matcha-gtk-theme/releases/tag/2021-11-29 PR: 260209
33 lines
793 B
Makefile
33 lines
793 B
Makefile
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
|
|
|
|
PORTNAME= matcha-gtk-themes
|
|
DISTVERSION= 2021-11-29
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= Alexander88207@protonmail.com
|
|
COMMENT= Flat design theme for GTK 3, GTK 2, and Gnome-Shell
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= bash>0:shells/bash
|
|
RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \
|
|
gtk-murrine-engine>0:x11-themes/gtk-murrine-engine
|
|
|
|
USES= shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vinceliuice
|
|
GH_PROJECT= Matcha-gtk-theme
|
|
SHEBANG_FILES= install.sh
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|cp -ur|cp -pr|g' ${WRKSRC}/install.sh
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
|
|
${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes
|
|
|
|
.include <bsd.port.mk>
|