summaryrefslogtreecommitdiff
path: root/inputmethod/scim-prime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/scim-prime/Makefile')
-rw-r--r--inputmethod/scim-prime/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/inputmethod/scim-prime/Makefile b/inputmethod/scim-prime/Makefile
new file mode 100644
index 00000000000..929662b10e2
--- /dev/null
+++ b/inputmethod/scim-prime/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:04:46 obache Exp $
+#
+
+DISTNAME= scim-prime-1.0.1
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/29156/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://scim-imengine.sourceforge.jp/
+COMMENT= SCIM IMEngine module for PRIME
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= msgfmt pkg-config
+GNU_CONFIGURE= yes
+
+USE_SCIM_GTKUTILS= yes
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../inputmethod/prime/buildlink3.mk"
+.include "../../inputmethod/scim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"