pkgsrc/inputmethod/ibus-hangul/Makefile
obache b21dab45bd Update ibus-hangul to 1.4.1.
1.4.1
 * Handle exceptions properly in ibus-setup-hangul
   https://github.com/choehwanjin/ibus-hangul/pull/5
 * Update icon files
 * Support ibus icon symbol feature

1.4.0
 * Require ibus 1.4
 * Add desktop menu for ibus-setup-hangul
 * Add an option for automatic reordering
 * Add an option for a word preedit text
 * Update MS IME compatible symbol table
 * Use surrounding text feature on converting to hanja
2012-04-22 14:00:44 +00:00

33 lines
1,014 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/04/22 14:00:44 obache Exp $
#
DISTNAME= ibus-hangul-1.4.1
CATEGORIES= inputmethod korean
MASTER_SITES= http://ibus.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/ibus/
COMMENT= Hangul engine for IBus input platform
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake msgfmt intltool
SUBST_CLASSES+= epython
SUBST_STAGE.epython= pre-configure
SUBST_FILES.epython= setup/ibus-setup-hangul.in
SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
.include "../../inputmethod/ibus/bad-env-usage.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.libhangul+= libhangul>=0.1.0
.include "../../inputmethod/libhangul/buildlink3.mk"
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"