summaryrefslogtreecommitdiff
path: root/x11/mrxvt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-16 19:50:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-16 19:50:38 +0000
commit422cc63fd89a66810154a2ad839e61c6b6be7bf1 (patch)
tree3829b520dfadcbafdf5c62eec4f4f6d959e250b9 /x11/mrxvt
parentUpdate to 0.8.0 (diff)
- Add knob for enabling EUC Japanese support
PR: ports/86202 Submitted by: Scott Robbins <scottro@nyc.rr.com> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=142956
Diffstat (limited to 'x11/mrxvt')
-rw-r--r--x11/mrxvt/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile
index 5e6086642a0e..e241bbbda348 100644
--- a/x11/mrxvt/Makefile
+++ b/x11/mrxvt/Makefile
@@ -21,9 +21,18 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+.if defined(WITH_JAPANESE)
+CONFIGURE_ARGS+= --enable-xim --enable-cjk --with-encoding=eucj
+.endif # WITH_JAPANESE
+
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
LIBS="${LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
MAN1= mrxvt.1
+pre-everything::
+ @${ECHO_MSG} "=========================================>"
+ @${ECHO_MSG} "For Japanese support use make -DWITH_JAPANESE install"
+ @${ECHO_MSG} "=========================================>"
+
.include <bsd.port.mk>