summaryrefslogtreecommitdiff
path: root/inputmethod/uim/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-28 17:10:17 +0000
committerwiz <wiz@pkgsrc.org>2004-12-28 17:10:17 +0000
commita9e3953e65abf5a7e33a320dbd1fe1b8e490e93c (patch)
tree0fb9c308564f2b8f305f35bb3f3cd5c77c415d58 /inputmethod/uim/Makefile
parentfb7d328f3d9786d2d3da7299d6b9d6087670fd0e (diff)
downloadpkgsrc-a9e3953e65abf5a7e33a320dbd1fe1b8e490e93c.tar.gz
Initial import of uim-0.4.5, provided by Ei Ohno in PR 28650.
I added a message recommending the installation of inputmethod/anthy if one is interested in Japanese input. Uim is a lightweight and full featured multilingual input method library and is simple, secure and flexible.
Diffstat (limited to 'inputmethod/uim/Makefile')
-rw-r--r--inputmethod/uim/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
new file mode 100644
index 00000000000..5cdb1345964
--- /dev/null
+++ b/inputmethod/uim/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 17:10:17 wiz Exp $
+#
+
+DISTNAME= uim-0.4.5
+CATEGORIES= inputmethod
+MASTER_SITES= http://freedesktop.org/~tkng/
+
+MAINTAINER= VEG03617@nifty.com
+HOMEPAGE= http:/uim.freedesktop.org/
+COMMENT= Uim is a multilingual input method library
+
+BUILD_DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+USE_NCURSES= # clear_screen, clr_eos
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/HELPER-CANDWIN ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/KEY ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/UIM-SH ${PREFIX}/share/doc/uim
+ ${INSTALL_DATA} ${WRKSRC}/doc/XIM-SERVER ${PREFIX}/share/doc/uim
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"