diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 09:28:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-21 09:28:06 +0000 |
commit | fe789a4553bbf85a7e73457cd72bf7e9d0f895ad (patch) | |
tree | 2f529cc7109235cf1d1065e21087f3f19ecb9612 /x11-wm | |
parent | 29f1b1f7245743f1b1483e5ac430d5f4989681d8 (diff) | |
download | ports-fe789a4553bbf85a7e73457cd72bf7e9d0f895ad.tar.gz ports-fe789a4553bbf85a7e73457cd72bf7e9d0f895ad.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 |