diff options
Diffstat (limited to 'inputmethod/ibus-skk/Makefile')
-rw-r--r-- | inputmethod/ibus-skk/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile index d3d3e100814..64ac4ace4bb 100644 --- a/inputmethod/ibus-skk/Makefile +++ b/inputmethod/ibus-skk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2012/03/10 10:56:14 obache Exp $ +# $NetBSD: Makefile,v 1.14 2012/04/22 14:04:51 obache Exp $ # -DISTNAME= ibus-skk-1.3.9 -PKGREVISION= 1 +DISTNAME= ibus-skk-1.4.1 CATEGORIES= inputmethod japanese MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/ @@ -11,22 +10,22 @@ 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 +USE_TOOLS+= gmake intltool msgfmt pkg-config 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' +SUBST_FILES.prefix= src/preferences.c +SUBST_SED.prefix= -e 's|/usr/share|${PREFIX}/share|g' .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../lang/python/application.mk" +.include "../../inputmethod/libskk/buildlink3.mk" +.include "../../inputmethod/ibus/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |