# $Id: Portfile 80032 2011-07-03 08:33:20Z ryandesign@macports.org $

PortSystem    	1.0
name      	vile
version       	9.8
categories    	editors
maintainers   	waqar openmaintainer
description   	Vi Like Emacs
long_description   \
	vile is a text editor which is extremely compatible \
        with vi in terms of finger feel. in addition, it \
        has extended capabilities in many areas, notably \
        multi-file editing and viewing, key rebinding, real \
        X window system support, an optional embedded perl \
        interpreter, and robust support for non-Unix hosts.
homepage	http://invisible-island.net/vile/
platforms	darwin
extract.suffix	.tgz
master_sites	ftp://invisible-island.net/${name}/

checksums       sha1    d99f41479fa9726147301193a0e10e4282e4779c \
                rmd160  83a0a76be2e2914a193de9c61b7f1a7d159068df

depends_build	port:flex

depends_lib	port:ncurses port:libiconv

configure.args  --with-perl --with-ncurses --mandir=${prefix}/share/man
