summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-12-01 14:46:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2000-12-01 14:46:28 +0000
commitfa8395293048053d7d3214a7f7c81b0fa1054ee8 (patch)
tree053a7febd096ee01de28cb1d7ce43607c42a61a0 /x11/rxvt-unicode
parentAdd distribution errata patches and bump PORTREVISION as a result. (diff)
Add several WITH_* configure time options to the ports.
Also, enable rxvt-devel shared lib build. PR: ports/23201 Submitted by: Jay Sachs <jay@avacet.com>
Notes
Notes: svn path=/head/; revision=35581
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index a531f2ea5897..c4539347e894 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -26,6 +26,42 @@ CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
USE_BZIP2= yes
MAN1= rxvt.1
+# enable big5 support
+.if defined(WITH_BIG5)
+CONFIGURE_ARGS+= --enable-big5
+.endif # WITH_BIG5
+#
+# enable gb support
+.if defined(WITH_GB)
+CONFIGURE_ARGS+= --enable-gb
+.endif # WITH_GB
+#
+# enable greek keyboard support
+.if defined(WITH_GREEK_KEYBOARD)
+CONFIGURE_ARGS+= --enable-greek
+.endif # WITH_GREEK_KEYBOARD
+#
+# enable kanji support
+.if defined(WITH_KANJI)
+CONFIGURE_ARGS+= --enable-kanji
+.endif # WITH_KANJI
+#
+# enable menubar
+.if defined(WITH_MENUBAR)
+CONFIGURE_ARGS+= --enable-menubar
+.endif # WITH_MENUBAR
+#
+# XIM (X Input Method) protocol support
+.if defined(WITH_XIM)
+CONFIGURE_ARGS+= --enable-xim
+.endif # WITH_XIM
+#
+# enable Xterm style scrollbar
+.if defined(WITH_XTERM_SCROLLBAR)
+CONFIGURE_ARGS+= --enable-xterm-scroll
+.endif # WITH_XTERM_SCROLLBAR
+#
+
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt