pkgsrc/inputmethod/libskk/Makefile
obache 8d161fb0ea Update libskk to 1.0.0.
Noteworthy changes in version 1.0.0 (2012-08-27)
------------------------------------------------

 * Make sure to create parent directory of user-dict (Debian bug#685745).
 * Clear output and preedit on context reset.
 * Fix header include in tests (Issue#19).
2013-01-25 12:07:13 +00:00

27 lines
734 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/01/25 12:07:13 obache Exp $
#
DISTNAME= libskk-1.0.0
CATEGORIES= inputmethod
MASTER_SITES= http://cloud.github.com/downloads/ueno/libskk/
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"