diff options
-rw-r--r-- | x11-wm/windowmaker/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 4bd4cf0a49bb..947e466fad4a 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -19,7 +19,6 @@ COMMENT= GNUStep-compliant NeXTStep window manager clone LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff - RUN_DEPENDS= ${X11BASE}/share/WindowMaker/Themes/Checker.themed/style:${PORTSDIR}/graphics/wmicons USE_BZIP2= yes @@ -42,6 +41,10 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-appspath="${PREFIX}/GNUstep/Apps" \ --disable-debug +OPTIONS= HERMES "Hermes library support" on \ + XKB_STATUS "XKB STATUS" off \ + KDE "Add hooks for KDE" off + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" @@ -75,18 +78,6 @@ CONFIGURE_ARGS+= --enable-gnome CONFIGURE_ARGS+= --enable-kde .endif -pre-everything:: -.if !defined(WITHOUT_HERMES) - @${ECHO_MSG} - @${ECHO_MSG} "You can disable the Hermes library by defining WITHOUT_HERMES" - @${ECHO_MSG} -.endif -.if !defined(WITH_KDE) - @${ECHO_MSG} - @${ECHO_MSG} "You can add hooks for KDE by defining WITH_KDE" - @${ECHO_MSG} -.endif - post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c @${REINPLACE_CMD} -e "s|%%PERL%%|${PERL}|g" ${WRKSRC}/util/wm-oldmenu2new |