mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
21 lines
421 B
Plaintext
21 lines
421 B
Plaintext
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
|
|
}
|