aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/clearlooks-themes/Makefile
blob: 1dccb43b34f71475e393fc650d3ca276d17b11cb (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: Michael Johnson <ahze@FreeBSD.org>

PORTNAME=	clearlooks
PKGNAMESUFFIX+=	-themes

COMMENT=	Clearlooks themes with the engine coming from gtk-engines2

MASTERDIR=	${.CURDIR}/../../x11-themes/clearlooks

pre-patch:
.for f in themes/Clearlooks/gtk-2.0/gtkrc \
    themes/Clearlooks-DeepSky/gtk-2.0/gtkrc \
    themes/Clearlooks-Olive/gtk-2.0/gtkrc \
    themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc
	@${REINPLACE_CMD} -e 's#.*menuitemstyle.*##' \
		-e 's#.*listviewitemstyle.*##' \
		-e 's#.*progressbarstyle.*##' \
		${WRKSRC}/${f}
.endfor

.include "${MASTERDIR}/Makefile"