3b6ebbabad
Submitted by Han Boetes <han@linux-mandrake.com>. Zile is another Emacs-clone. Zile is a customizable, self-documenting real-time open-source display editor.
24 lines
501 B
Makefile
24 lines
501 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/03 19:54:35 naddy Exp $
|
|
|
|
COMMENT= "zile is lossy emacs"
|
|
|
|
DISTNAME= zile-1.6.2
|
|
CATEGORIES= editors
|
|
|
|
HOMEPAGE= http://zile.sourceforge.net/
|
|
|
|
MAINTAINER= Han Boetes <han@linux-mandrake.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-xterm-support
|
|
|
|
.include <bsd.port.mk>
|