summaryrefslogtreecommitdiff
path: root/inputmethod/xcin/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-06-04 08:46:59 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-06-04 08:46:59 +0000
commit52ba3c12fdd54ef9a51e419d7944ad8d9c5e776b (patch)
treefb3ded455ae5cf6e25bfdad973dc09eb85255482 /inputmethod/xcin/Makefile
parentae9e8640bcbf8d3a69cd7a271efad9d58e84d864 (diff)
downloadpkgsrc-52ba3c12fdd54ef9a51e419d7944ad8d9c5e776b.tar.gz
Initial import of xcin-2.3.5.pre2.
XCIN is an XIM (X Input Method) server which is widely used in Taiwan to perform Chinese input under X Window system. It is originally developed by Edward Der-Hua Liu (Oct. 1994) and many other programmers in early days; while now it is supported by the XCIN Project.
Diffstat (limited to 'inputmethod/xcin/Makefile')
-rw-r--r--inputmethod/xcin/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/inputmethod/xcin/Makefile b/inputmethod/xcin/Makefile
new file mode 100644
index 00000000000..17adbcea0f1
--- /dev/null
+++ b/inputmethod/xcin/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 08:46:59 uebayasi Exp $
+#
+
+DISTNAME= xcin-2.5.3.pre2
+PKGNAME= xcin-2.5.3rc2
+CATEGORIES= chinese x11
+MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/xcin/devel/
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://xcin.linux.org.tw/
+COMMENT= Chinese XIM server
+
+USE_PERL5= yes
+USE_X11BASE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/script/ltmain.sh
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/xcin
+
+post-extract:
+ ${MV} ${WRKSRC}/doc/man ${WRKSRC}
+
+post-configure:
+ # this pkg generates libtool script from configure file
+ cd ${WRKSRC} && script/ltmain.sh
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcin
+ ${CP} -Rf ${WRKSRC}/doc/* ${PREFIX}/share/doc/xcin
+
+.include "../../converters/libiconv/buildlink.mk"
+.include "../../databases/db3/buildlink.mk"
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../inputmethod/libtabe/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"