pkgsrc/inputmethod/ibus-skk/Makefile
obache 6014884a50 Update ibus-skk to 1.3.9.
Update to 1.3.9.
    Fix XML entity reference.
Update to 1.3.8.
    Update virtkbd module to check engine's typing mode.
    Don't connect to eekboard-server if enable_virtual_keyboard is false.
    Support virtual keyboard.
    Define hotkeys and icon-symbol in description.
    Don't start auto conversion if there is no preceding input (Issue#36).
    Don't handle ctrl+g in non-converting state (Issue#35).
    Ignore errors when locale module doesn't provide bindtextdomain (Issue#34).
2011-10-07 12:13:23 +00:00

31 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.12 2011/10/07 12:13:23 obache Exp $
#
DISTNAME= ibus-skk-1.3.9
CATEGORIES= inputmethod japanese
MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://github.com/ueno/ibus-skk/
COMMENT= Japanese SKK input engine for IBus
LICENSE= gnu-gpl-v2
DEPENDS+= ibus-[0-9]*:../../inputmethod/ibus
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt
CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-configure
SUBST_FILES.prefix= setup/config.py
SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"