93ff9e77e8
to avoid the following: /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:44: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored. /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:45: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored. /usr/local/share/themes/Clearlooks-Quicksilver/gtk-2.0/gtkrc:46: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored. In the plist, change some @dirrm to @dirrmtry to avoid conflicts with other ports.
26 lines
680 B
Makefile
26 lines
680 B
Makefile
# New ports collection makefile for: clearlooks-themes
|
|
# Date created: 2005-04-12
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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"
|