# New ports collection makefile for:	clearlooks-themes
# Date created:		2005-04-12
# Whom:			Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/x11-themes/clearlooks-themes/Makefile,v 1.5 2012/11/17 06:03:30 svnexp Exp $
#

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"
