* Change MASTER_SITES, tar ball is not distributed on github anymore. Changelog: Noteworthy changes in version 1.0.1 (2013-04-01) ------------------------------------------------ * Cancel okuri-ari conversion only if there is no candidate (Issue#23). * Allow clients to populate lookup table before setting cursor pos (ibus-skk Issue#51). * rules: inherit AZIK keymap from the default keymap (Issue#22). * Don't use type-punning when converting bytes to uint32 (Issue#20).
27 lines
736 B
Makefile
27 lines
736 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/06/16 00:30:53 ryoon Exp $
|
|
#
|
|
|
|
DISTNAME= libskk-1.0.1
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://cdn.bitbucket.org/libskk/libskk/downloads/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://github.com/ueno/libskk/
|
|
COMMENT= Library to deal with Japnese kana-to-kanji conversion method
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake intltool pkg-config msgfmt
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libskk/libskk.pc.in
|
|
|
|
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libgee/buildlink3.mk"
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|