pkgsrc/inputmethod/ibus-skk/Makefile
obache a896dccbd2 Update ibus-skk to 1.3.3.
* Delay config value initialization for ibus-1.4.
2010-11-22 13:34:51 +00:00

31 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/11/22 13:34:51 obache Exp $
#
DISTNAME= ibus-skk-1.3.3
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"