From 6a2eac04f9d04590f529d6a509f982aa1dc1d111 Mon Sep 17 00:00:00 2001 From: beat Date: Sun, 25 Jul 2010 08:12:41 +0000 Subject: - Add OPTIONS PR: ports/148578 Submitted by: David DEMELIER --- x11-wm/fluxbox/Makefile | 52 +++++++++++++------------------------------------ 1 file changed, 14 insertions(+), 38 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index 26a8e9f3a143..f381964a1324 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -30,6 +30,20 @@ MAN1= fbrun.1 fbsetbg.1 fbsetroot.1 fluxbox.1 fluxstyle.1 \ MAN5= fluxbox-keys.5 DOCSVERSION= 20060629 +OPTIONS= DOCHTML "Install html documentation" off \ + DOCPDF "Install pdf documentation" off \ + DEBUG "Enable debugging support" off \ + GNOME "Enable GNOME support" off \ + IMLIB2 "Enable imlib2 support" off \ + XINERAMA "Enable xinerama support" off \ + XRENDER "Enable xrender support" on \ + NLS "Native language support" on \ + SLIT "Enable slit feature" on \ + REMEMBER "Enable remember feature" on \ + TOOLBAR "Enable toolbar feature" on + +.include + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug .endif @@ -113,44 +127,6 @@ CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+= --disable-gnome .endif -pre-everything:: - @${ECHO_CMD} "" - @${ECHO_CMD} "Definable build options" - @${ECHO_CMD} "-----------------------" -.if !defined(WITH_DEBUG) - @${ECHO_CMD} "WITH_DEBUG=yes Build with debugging symbols" -.endif -.if !defined(WITH_DOCHTML) - @${ECHO_CMD} "WITH_DOCHTML=yes Install the HTML documentation" -.endif -.if !defined(WITH_DOCPDF) - @${ECHO_CMD} "WITH_DOCPDF=yes Install the PDF documentation" -.endif -.if !defined(WITH_GNOME) - @${ECHO_CMD} "WITH_GNOME=yes Enable GNOME support" -.endif -.if !defined(WITH_IMLIB2) - @${ECHO_CMD} "WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support" -.endif -.if !defined(WITH_XINERAMA) - @${ECHO_CMD} "WITH_XINERAMA=yes Enable Xinerama support" -.endif -.if !defined(WITHOUT_NLS) - @${ECHO_CMD} "WITHOUT_NLS=yes Disable NLS support" -.endif -.if !defined(WITHOUT_REMEMBER) - @${ECHO_CMD} "WITHOUT_REMEMBER=yes Disable remembering attributes support" -.endif -.if !defined(WITHOUT_SLIT) - @${ECHO_CMD} "WITHOUT_SLIT=yes Disable slit" -.endif -.if !defined(WITHOUT_TOOLBAR) - @${ECHO_CMD} "WITHOUT_TOOLBAR=yes Disable toolbar" -.endif -.if !defined(WITHOUT_XRENDER) - @${ECHO_CMD} "WITHOUT_XRENDER=yes Disable Xrender (transparent) support" -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/util/fluxbox-generate_menu.in -- cgit