summaryrefslogtreecommitdiff
path: root/inputmethod/fcitx/Makefile
diff options
context:
space:
mode:
authorrxg <rxg>2006-01-16 13:04:07 +0000
committerrxg <rxg>2006-01-16 13:04:07 +0000
commit1b36a3073270e1768a9d2f13deea709133b233d5 (patch)
tree4be608062bc492dbd299edc022180c6552cd4011 /inputmethod/fcitx/Makefile
parent22e241b1cfaf1f567f5e63ea6318749d32e44ce3 (diff)
downloadpkgsrc-1b36a3073270e1768a9d2f13deea709133b233d5.tar.gz
Initial import fcitx-3.1.1.
fctix is a collection of Simplified Chinese input methods based on XIM (X Input Method), including WuBi, PinYin and QuWei. Oked by wiz.
Diffstat (limited to 'inputmethod/fcitx/Makefile')
-rw-r--r--inputmethod/fcitx/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/inputmethod/fcitx/Makefile b/inputmethod/fcitx/Makefile
new file mode 100644
index 00000000000..0f2e2b36690
--- /dev/null
+++ b/inputmethod/fcitx/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/16 13:04:07 rxg Exp $
+#
+
+DISTNAME= fcitx-3.1.1
+CATEGORIES= inputmethod
+MASTER_SITES= http://www.fcitx.org/download/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rxg@NetBSD.org
+HOMEPAGE= http://www.fcitx.org/
+COMMENT= Free Chinese Input Toy of X
+
+USE_TOOLS+= pkg-config
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-xft
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"