mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
b215d940f4
Submitted by: Keith Jang <jtjang@gcn.net.tw> Update xcin to xcin-2.5.1 after repo copied. Old xcin will be dropped out after few months. xcin is a Chinese INput application in X, well support in both Traditional Chinese(Big5) and Simplified Chinese(GB) charsets. New version of xcin support standard XIM too. You can activate one xcin-XIM server, meanwhile, use different locale configuration to input Big5/GB words at the different sessions. This port is current version of xcin, code rewritten by Tung-Han Hsieh <thhsieh@linux.org.tw>. WWW: http://xcin.linux.org.tw/ Porting to FreeBSD by Yung-Jen Hung <winard@ms11.url.com.tw> & Keith Jang <jtjang@gcn.net.tw>.
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
--- src/Makefile.in.orig Sun Aug 15 00:34:38 1999
|
|
+++ src/Makefile.in Sun Aug 15 00:35:31 1999
|
|
@@ -45,7 +45,7 @@
|
|
LIB = -lm ${x_libraries} ${extra_lib} ${locale_lib} ${dl_lib} ${intl_lib} \
|
|
${xcinlib} -lXimd -lim_comm -lxcintool -lsiod
|
|
|
|
-BIN = xcin
|
|
+BIN = xcin2.5
|
|
SRC = xcin_main.c module.c gui.c xim.c xim_IC.c fkey.c
|
|
OBJ = xcin_main.o module.o gui.o xim.o xim_IC.o fkey.o
|
|
SUBSYS = lib Cinput
|