diff options
author | obache <obache@pkgsrc.org> | 2009-11-24 11:50:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-11-24 11:50:45 +0000 |
commit | 0d820fc98938c8d69e6190fc535ecd55866c11e9 (patch) | |
tree | b404618f55ce37b573bab14b67e65bd697b7493e /inputmethod/scim-canna/Makefile | |
parent | 1eae371223e8dce96fc7b129049980af0bca508f (diff) | |
download | pkgsrc-0d820fc98938c8d69e6190fc535ecd55866c11e9.tar.gz |
Import scim-canna-1.0.1 as inputmethod/scim-canna.
scim-canna is an SCIM IMEngine module for Canna.
Diffstat (limited to 'inputmethod/scim-canna/Makefile')
-rw-r--r-- | inputmethod/scim-canna/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/inputmethod/scim-canna/Makefile b/inputmethod/scim-canna/Makefile new file mode 100644 index 00000000000..c318d8b71f4 --- /dev/null +++ b/inputmethod/scim-canna/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:50:45 obache Exp $ +# + +DISTNAME= scim-canna-1.0.1 +CATEGORIES= inputmethod +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=scim-imengine/29155/} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://scim-imengine.sourceforge.jp/ +COMMENT= SCIM IMEngine module for Canna + +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/canna-lib/buildlink3.mk" +.include "../../inputmethod/scim/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |