From 932418da835599a2ad7089e357dfe340e8b496cb Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 10 Nov 2009 03:04:40 +0000 Subject: [PATCH] Initial .bep file for libanthy. --- app-i18n/anthy/anthy-9100.bep | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app-i18n/anthy/anthy-9100.bep 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 +}