diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-13 23:24:36 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-13 23:24:36 +0000 |
commit | 1a85372650f5ccbc5190dc89dd364446f6289d30 (patch) | |
tree | 3d1e7d1738d8e59988377c78d99c23f5649a9989 /x11-themes/clearlooks | |
parent | 38df3200e6d3547fd081c78748bb0fd6a21b5193 (diff) | |
download | FreeBSD-ports-1a85372650f5ccbc5190dc89dd364446f6289d30.zip FreeBSD-ports-1a85372650f5ccbc5190dc89dd364446f6289d30.tar.gz |
- Add an error message to gnome/gtk-engines users that tell them
to use clearlooks-themes instead.
- Bump PORTREVISION for changes.
Diffstat (limited to 'x11-themes/clearlooks')
-rw-r--r-- | x11-themes/clearlooks/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile index a4f585c..934ef4b 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 <bsd.port.pre.mk> @@ -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 <bsd.port.post.mk> |