# $Id: Portfile,v 1.3 2005/06/23 07:51:10 toby Exp $

PortSystem 1.0
name             zile
version          2.0.7
categories       editors
maintainers      toby@opendarwin.org
description      Zile Is Lossy Emacs
long_description \
	Zile is another Emacs-clone. Zile is a customizable, \
	self-documenting real-time open-source display editor. \
	Zile was written to be as similar as possible to Emacs\; \
	every Emacs user should feel at home.
homepage         http://zile.sourceforge.net/
platforms        darwin
master_sites     http://puzzle.dl.sourceforge.net/sourceforge/zile/ sourceforge
checksums        md5 f0243074ba36ab807be83a3ad9923f61

patchfiles       patch-doc__Makefile.in

configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man
