summaryrefslogtreecommitdiff
path: root/inputmethod/scim-chewing/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/scim-chewing/Makefile')
-rw-r--r--inputmethod/scim-chewing/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/scim-chewing/Makefile b/inputmethod/scim-chewing/Makefile
new file mode 100644
index 00000000000..682322d6e8c
--- /dev/null
+++ b/inputmethod/scim-chewing/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:52:41 obache Exp $
+#
+
+DISTNAME= scim-chewing-0.3.3
+CATEGORIES= inputmethod
+MASTER_SITES= http://chewing.csie.net/download/scim/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://chewing.csie.net/
+COMMENT= SCIM IMEngine module for Chewing input method
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake msgfmt pkg-config intltool
+GNU_CONFIGURE= yes
+
+USE_SCIM_GTKUTILS= yes
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../inputmethod/libchewing/buildlink3.mk"
+.include "../../inputmethod/scim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"