mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
11049e36cb
gnome@ no longer uses Marcusom as their staging ground. Approved by: gnome (nc) Differential Revision: https://reviews.freebsd.org/D35866
19 lines
364 B
Makefile
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>
|