aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/mint-themes/Makefile
blob: 1686769a42d5195592cd3c968f8b4b27d14b4180 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
#   $MCom: ports/trunk/x11-themes/mint-themes/Makefile 19873 2014-09-14 17:17:23Z kwm $

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_TAGNAME=	41cf70d

NO_BUILD=	yes

do-install:
	@(cd ${WRKSRC}/usr/share/themes/ && ${CP} -pPR * ${STAGEDIR}${PREFIX}/share/themes/)

.include <bsd.port.mk>