diff options
author | shell <shell@pkgsrc.org> | 2002-06-15 09:29:14 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-15 09:29:14 +0000 |
commit | 28a69fdf76b2a3bb3258c04530268731b342522f (patch) | |
tree | baf71d7a8858ead08955f670a13b9c34553638bf /inputmethod/unicon-im/Makefile | |
parent | 975b70f1bfbe7c4480af7fd4c588d01c40ee3a86 (diff) | |
download | pkgsrc-28a69fdf76b2a3bb3258c04530268731b342522f.tar.gz |
Initial import of unicon-im-1.2
(PR#17230 by Rui-Xiang Guo <rxg@netbsd.org>)
libraries and modules of Unicon
---
The Unicon project intend to implement display/input CJK
(Chinese/Japanese/Korean) characters under the Framebuffer under
Linux.
This package will install the libraries and modules for Chinput.
Diffstat (limited to 'inputmethod/unicon-im/Makefile')
-rw-r--r-- | inputmethod/unicon-im/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/inputmethod/unicon-im/Makefile b/inputmethod/unicon-im/Makefile new file mode 100644 index 00000000000..aad87d8ec71 --- /dev/null +++ b/inputmethod/unicon-im/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 09:29:14 shell Exp $ + +DISTNAME= unicon-1.2 +PKGNAME= unicon-im-1.2 +CATEGORIES= inputmethod +MASTER_SITES= http://www.opencjk.org/~yumj/download/ + +MAINTAINER= rxg@netbsd.org +HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html +COMMENT= libraries and modules of Unicon + +USE_PTHREAD= native pth +USE_LIBTOOL= YES + +GNU_CONFIGURE= YES + +.include "../../mk/pthread.buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |