aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/clearlooks/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-03-07 11:14:20 +0800
committerahze <ahze@FreeBSD.org>2005-03-07 11:14:20 +0800
commit875a235ad59288afb18065a8812e44e8d9061d7f (patch)
tree9c528658e1c5026e1c137d375644c0c250c555c1 /x11-themes/clearlooks/Makefile
parent04af90eda16ea9ea7312a875667f3358e5192998 (diff)
downloadfreebsd-ports-gnome-875a235ad59288afb18065a8812e44e8d9061d7f.tar.gz
freebsd-ports-gnome-875a235ad59288afb18065a8812e44e8d9061d7f.tar.zst
freebsd-ports-gnome-875a235ad59288afb18065a8812e44e8d9061d7f.zip
- Add knob, WITH_ANIMATION
From README: There is a new experimental feature: animated progressbars. We have tested it rather thoroughly, and it breaks no applications. Still, GTK+ developers consider it an evil hack, so if something breaks, make sure that it's not Clearlooks.
Diffstat (limited to 'x11-themes/clearlooks/Makefile')
-rw-r--r--x11-themes/clearlooks/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/clearlooks/Makefile b/x11-themes/clearlooks/Makefile
index 6058b0c8955f..7146303eb2b0 100644
--- a/x11-themes/clearlooks/Makefile
+++ b/x11-themes/clearlooks/Makefile
@@ -19,6 +19,10 @@ USE_LIBTOOL_VER=15
USE_GNOME= gtk20 gnomehier
USE_X_PREFIX= yes
+.if defined(WITH_ANIMATION)
+CONFIGURE_ARGS+= --enable-animation
+.endif
+
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"