Files
haikuports/app-editors/vim/vim-7.3.bep

21 lines
403 B
Plaintext

DESCRIPTION="Vim is highly configurable text editor."
HOMEPAGE="http://www.vim.org"
SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2"
REVISION="1"
CHECKSUM_MD5="5b9510a17074e2b37d8bb38ae09edbf2"
STATUS_HAIKU="unstable"
DEPEND=""
BUILD {
cd vim73
cd src
make autoconf
cd ../
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-features=big
make
}
INSTALL {
cd vim73
make install
}