Haiku support for VIm 7.2 editor.

This commit is contained in:
Siarzhuk Zharski
2009-05-05 20:16:39 +00:00
parent 97843520c1
commit dc262b0866
2 changed files with 5351 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,24 @@
DESCRIPTION="Vim is highly configurable text editor."
HOMEPAGE="http://www.vim.org"
SRC_URI="ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz
ftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz
ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 "
#SRC_URI="http://zzbsd.zz-nest/vim-7.2.tar.gz"
REVISION="1"
STATUS_R5="untested"
STATUS_BONE="untested"
STATUS_HAIKU="unstable"
DEPEND=""
BUILD {
cd vim72
cd src
autoconf -o auto/configure configure.in
cd ../
./configure --prefix=/boot/common --with-features=big
make
}
INSTALL {
cd vim72/src
make install_beos
}