# $Id: Portfile 117260 2014-02-20 20:42:16Z raimue@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup rkitover vimpager 1.8.5 categories sysutils platforms darwin supported_archs noarch license Vim maintainers raimue openmaintainer description Use vim as a pager long_description \ Use vim as a pager, for example as a replacement for less. checksums rmd160 af0b54c6ee120e42ff69b1d1b85c7ce1a954fe3e \ sha256 63a30e5177b9353d3591bfd766266753747a216d36283093ee23756cb95a0396 depends_run bin:vim:vim use_configure no build {} destroot.args PREFIX=${prefix} notes " To use this tool as as your default PAGER, configure the following in your\ shell startup file, for example in your .bashrc: export PAGER=vimpager alias less=\$PAGER alias zless=\$PAGER "