1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11-themes/mint-themes/Makefile
Tobias C. Berner 11049e36cb cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
2022-07-20 21:44:12 +02:00

19 lines
364 B
Makefile

PORTNAME= mint-themes
PORTVERSION= 0.0.41cf70d
CATEGORIES= x11-themes gnome
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Themes for the cinnamon desktop
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
GH_TAGNAME= 41cf70d
NO_BUILD= yes
do-install:
@(cd ${WRKSRC}/usr/share/themes/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/themes/)
.include <bsd.port.mk>