aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/openbox-arc-theme/Makefile
blob: 366b48f7f21cf37a16fbb1529c77e793b2620de7 (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
# $FreeBSD$

PORTNAME=   openbox-arc-theme
PORTVERSION=    20170104
CATEGORIES= x11-themes

MAINTAINER= novel@FreeBSD.org
COMMENT=    Arc Openbox theme

LICENSE=    GPLv3

RUN_DEPENDS=    openbox:x11-wm/openbox

USE_GITHUB= yes
GH_ACCOUNT= dglava
GH_PROJECT= arc-openbox
GH_TAGNAME= d6bfa0e

NO_BUILD=   yes
NO_ARCH=    yes

do-install:
.for theme in Arc Arc-Dark Arc-Darker
    cd ${WRKSRC} && ${COPYTREE_SHARE} ${theme} ${STAGEDIR}${PREFIX}/share/themes
.endfor

.include <bsd.port.mk>