From 1a85372650f5ccbc5190dc89dd364446f6289d30 Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 13 Apr 2005 23:24:36 +0000 Subject: - Add an error message to gnome/gtk-engines users that tell them to use clearlooks-themes instead. - Bump PORTREVISION for changes. --- x11-themes/clearlooks/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'x11-themes/clearlooks') diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index a4f585c77421..934ef4be0dd1 100644 --- a/x11-themes/clearlooks/Makefile +++ b/x11-themes/clearlooks/Makefile @@ -7,6 +7,7 @@ PORTNAME?= clearlooks PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clearlooks @@ -23,9 +24,9 @@ USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" +OPTIONS= METACITY "Depend on MetaCity Theme" On .if defined(PORTNAME) && ${PORTNAME} == "clearlooks" -OPTIONS= METACITY "Depend on MetaCity Theme" On \ - ANIMATION "Enable experimental animated progressbars" Off +OPTIONS+= ANIMATION "Enable experimental animated progressbars" Off .endif .include @@ -53,4 +54,14 @@ RUN_DEPENDS+= ${X11BASE}/share/gnome/themes/Clearlooks/metacity-1/metacity-theme CONFIGURE_ARGS+= --enable-animation .endif +.if ${PORTNAME} == "clearlooks" +pre-everything:: + @if [ -n "`${PKG_INFO} -xI '^gtk-engines2*[0-9]*'`" ]; then \ + ${ECHO_MSG} ; \ + ${ECHO_MSG} "Gnome/gtk-engine users should use ${PORTSDIR}/x11-themes/clear + ${ECHO_MSG} ; \ + ${FALSE}; \ + fi +.endif + .include -- cgit