1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name vim |
---|
5 | version 6.2 |
---|
6 | categories editors |
---|
7 | maintainers mij@opendarwin.org |
---|
8 | description Vi "workalike" with many additional features |
---|
9 | homepage http://www.vim.org/ |
---|
10 | platforms darwin freebsd |
---|
11 | |
---|
12 | long_description Vim is a virtually compatible, extremely \ |
---|
13 | enhanced version of the vi editor. |
---|
14 | |
---|
15 | master_sites ftp://ftp.vim.org/pub/vim/unix/ \ |
---|
16 | ftp://ftp.is.co.za/applications/editors/vim/unix/ \ |
---|
17 | ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unix/ \ |
---|
18 | ftp://ftp.mirror.ac.uk/sites/ftp.vim.org/pub/vim/unix/ |
---|
19 | |
---|
20 | checksums md5 c49d360bbd069d00e2a57804f2a123d9 |
---|
21 | |
---|
22 | use_bzip2 yes |
---|
23 | |
---|
24 | worksrcdir vim62 |
---|
25 | |
---|
26 | configure.args --enable-gui=no --without-x --disable-gpm |
---|
27 | |
---|
28 | variant x11 { configure.args --enable-gui=auto --with-x } |
---|
29 | variant tiny { configure.args-append --with-features=tiny } |
---|
30 | variant small { configure.args-append --with-features=small } |
---|
31 | variant big { configure.args-append --with-features=big } |
---|
32 | variant huge { configure.args-append --with-features=huge } |
---|
33 | variant multibyte { configure.args-append --enable-multibyte } |
---|