# $Id: Portfile 51291 2009-05-22 09:03:54Z toby@macports.org $

PortSystem  1.0

name		joe
version		3.7
categories	editors
maintainers	noses.com:noses
description	Joe's Own Editor
long_description	JOE is the professional freeware ASCII text screen editor for UNIX. \
			It makes full use of the power and versatility of UNIX, but lacks the steep \
			learning curve and basic nonsense you have to deal with in every other UNIX \
			editor. JOE has the feel of most IBM PC text editors: The key-sequences are \
			reminiscent of WordStar and Turbo-C.  JOE is much more powerful than those \
			editors, however.  JOE has all of the features a UNIX user should expect: \
			full use of termcap/terminfo, excellent screen update optimizations (JOE is \
			fully useable at 2400 baud), simple installation, and all of the \
			UNIX-integration features of VI.
homepage	http://sourceforge.net/projects/joe-editor/
platforms	darwin freebsd
master_sites	sourceforge:joe-editor

master_sites	sourceforge:joe-editor
checksums       md5     66de1b073e869ba12abbfcde3885c577 \
                sha1    54398578886d4a3d325aece52c308a939d31101d \
                rmd160  7e2c72a750c6aac4732cf4369bceee5333460f15
configure.args  --mandir=${prefix}/share/man

livecheck.distname JOE sources
livecheck.version  ${name}-${version}
