diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-10 23:38:38 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-10 23:38:38 +0800 |
commit | e80dc613ebb4c825cab4b5abe494ae07b272bb84 (patch) | |
tree | 87977822b79a2507e81cf7168ec9bf932426c6c0 /x11-wm/fluxbox | |
parent | 352f35c71e89870cf691ec8b8fc439762e38c031 (diff) | |
download | freebsd-ports-gnome-e80dc613ebb4c825cab4b5abe494ae07b272bb84.tar.gz freebsd-ports-gnome-e80dc613ebb4c825cab4b5abe494ae07b272bb84.tar.zst freebsd-ports-gnome-e80dc613ebb4c825cab4b5abe494ae07b272bb84.zip |
Added WITH_XINERAMA knob to build with xinerama support.
Approved by: maintainer
Diffstat (limited to 'x11-wm/fluxbox')
-rw-r--r-- | x11-wm/fluxbox/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index a3cd285031e3..bdfb8d6409e1 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -19,6 +19,15 @@ RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if defined(WITH_XINERAMA) +CONFIGURE_ARGS+= --enable-xinerama +.endif + MAN1= fluxbox.1 +.if !defined(WITH_XINERAMA) +pre-everything:: + @${ECHO_CMD} "To enable xinerama support define WITH_XINERAMA" +.endif + .include <bsd.port.mk> |