blob: 86c869ba828e8463f5d55a89cf7fabfca36cde5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom$
PORTNAME= mint-themes
PORTVERSION= 0.0.41cf70d
CATEGORIES= x11-themes gnome
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Themes for the cinnamon desktop
USE_GITHUB= yes
GH_ACCOUNT= linuxmint
GH_PROJECT= mint-themes
GH_COMMIT= 41cf70d
GH_TAGNAME= ${GH_COMMIT}
WRKSRC= ${WRKDIR}/linuxmint-${PORTNAME}-41cf70d
USES= zip
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
@(cd ${WRKSRC}/usr/share/themes/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/themes/)
.include <bsd.port.mk>
|