diff --git a/app-i18n/anthy/anthy-9100.bep b/app-i18n/anthy/anthy-9100.bep new file mode 100644 index 000000000..28070d341 --- /dev/null +++ b/app-i18n/anthy/anthy-9100.bep @@ -0,0 +1,20 @@ +DESCRIPTION="Anthy -- free and secure Japanese input system" +HOMEPAGE="http://anthy.sourceforge.jp/" +SRC_URI="http://sourceforge.jp/frs/redir.php?m=keihanna&f=%2Fanthy%2F37536%2Fanthy-9100h.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd anthy-9100h + libtoolize --force --copy --install + aclocal + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd anthy-9100h + make install +}