aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/rxvt-big5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/rxvt-big5/Makefile')
-rw-r--r--chinese/rxvt-big5/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/chinese/rxvt-big5/Makefile b/chinese/rxvt-big5/Makefile
index 6d96e8b3628..be1bf0cc1ef 100644
--- a/chinese/rxvt-big5/Makefile
+++ b/chinese/rxvt-big5/Makefile
@@ -6,20 +6,25 @@
#
MASTERDIR= ${.CURDIR}/../../x11/rxvt
+
+.if !defined(NO_MULTIBYTE_CURSOR)
+EXTRA_PATCHES= ${.CURDIR}/files/patch-multibyte_cursor
+.endif
+PKGMESSAGE= ${.CURDIR}/pkg-message
+
.include "${MASTERDIR}/Makefile"
-PORTNAME= rxvt
-PORTVERSION= 2.6.3
+PORTNAME= rxvt
+PORTVERSION= 2.6.3
+PORTREVISION= 1
#.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw-
-
MAINTAINER= keichii@iteration.net
-CONFIGURE_ARGS+= --enable-xim --enable-big5 \
+CONFIGURE_ARGS+= \
+ --enable-xim --enable-big5 \
--enable-next-scroll --with-term=xterm-color
-
-