aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-04-11 08:17:27 +0800
committerlioux <lioux@FreeBSD.org>2001-04-11 08:17:27 +0800
commit1b04e5c05a879fae080b0272d0e1b80b380a8a0b (patch)
tree5a02b19f1cdecaafa7de34a26827172f252f6ad8 /x11/rxvt
parent6f9883855e3dc8a0f02db164ae0acf5f2158b7f8 (diff)
downloadfreebsd-ports-gnome-1b04e5c05a879fae080b0272d0e1b80b380a8a0b.tar.gz
freebsd-ports-gnome-1b04e5c05a879fae080b0272d0e1b80b380a8a0b.tar.zst
freebsd-ports-gnome-1b04e5c05a879fae080b0272d0e1b80b380a8a0b.zip
- Advertise WITH_* options
- Enable XIM support per default unless required to disable
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index 21bc27afb37e..0fda96312845 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --enable-menubar
.endif # WITH_MENUBAR
#
# XIM (X Input Method) protocol support
-.if defined(WITH_XIM)
+.ifndef(WITHOUT_XIM)
CONFIGURE_ARGS+= --enable-xim
.endif # WITH_XIM
#
@@ -62,6 +62,19 @@ CONFIGURE_ARGS+= --enable-xterm-scroll
.endif # WITH_XTERM_SCROLLBAR
#
+pre-fetch:
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "You may use the following build options:"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "WITHOUT_XIM=yes disable support for XIM (X Input Method) protocol"
+ @${ECHO_MSG} "WITH_BIG5=yes add support for Chinese characters (BIG5)"
+ @${ECHO_MSG} "WITH_GB=yes add support for Chinese characters (GB)"
+ @${ECHO_MSG} "WITH_GREEK_KEYBOARD=yes add support for greek keyboard"
+ @${ECHO_MSG} "WITH_KANJI=yes add support for Kanji characters"
+ @${ECHO_MSG} "WITH_MENUBAR=yes add support for rxvt menu bar system"
+ @${ECHO_MSG} "WITH_XTERM_SCROLLBAR=yes make the scrollbar look like an Xterm scrollbar"
+ @${ECHO_MSG} "WITH_CLEARTEXTPASSWD=yes use cleartext passwords"
+
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt