2021-01-23 05:44:05 +13:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2019-09-24 02:56:39 -04:00
|
|
|
port=vim
|
|
|
|
version=git
|
|
|
|
workdir=vim-master
|
|
|
|
useconfigure="true"
|
2021-04-16 17:39:43 +00:00
|
|
|
files="https://github.com/vim/vim/archive/master.tar.gz vim-git.tar.gz 9f999815c6afc320612d55f93f0db67b"
|
|
|
|
auth_type=md5
|
2020-03-04 23:56:43 +01:00
|
|
|
configopts="--with-tlib=tinfo --with-features=normal"
|
2019-09-24 02:56:39 -04:00
|
|
|
depends="ncurses"
|
|
|
|
|
|
|
|
export vim_cv_getcwd_broken=no
|
|
|
|
export vim_cv_memmove_handles_overlap=yes
|
|
|
|
export vim_cv_stat_ignores_slash=yes
|
|
|
|
export vim_cv_tgetent=zero
|
|
|
|
export vim_cv_terminfo=yes
|
|
|
|
export vim_cv_toupper_broken=no
|
|
|
|
export vim_cv_tty_group=world
|