summaryrefslogtreecommitdiff
path: root/inputmethod/scim-skk/Makefile
diff options
context:
space:
mode:
authorobache <obache>2009-11-24 12:06:33 +0000
committerobache <obache>2009-11-24 12:06:33 +0000
commit626b3c0d61db6121674fd63866af514b330de0f4 (patch)
tree89d04701230918cbd082a4478f2ea0462b8c6a7f /inputmethod/scim-skk/Makefile
parentbc79e8b40886b506bde840cf4f4cafb6881e2886 (diff)
downloadpkgsrc-626b3c0d61db6121674fd63866af514b330de0f4.tar.gz
Import scim-skk-0.5.2 as inputmethod/scim-skk.
scim-skk is an SCIM IMEngine module for skk.
Diffstat (limited to 'inputmethod/scim-skk/Makefile')
-rw-r--r--inputmethod/scim-skk/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/inputmethod/scim-skk/Makefile b/inputmethod/scim-skk/Makefile
new file mode 100644
index 00000000000..3e15a31e500
--- /dev/null
+++ b/inputmethod/scim-skk/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:06:33 obache Exp $
+#
+
+DISTNAME= scim-skk-0.5.2
+CATEGORIES= inputmethod
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/18121/}
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://scim-imengine.sourceforge.jp/
+COMMENT= SCIM IMEngine module for skk
+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/scim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"