openbsd-ports/editors/zile/Makefile
naddy d74fc29c3f Update to 2.0.6.
This release fixes a buffer overflow and some crash-inducing bugs.
2005-05-28 19:51:27 +00:00

21 lines
403 B
Makefile

# $OpenBSD: Makefile,v 1.7 2005/05/28 19:51:27 naddy Exp $
COMMENT= "zile is lossy emacs"
DISTNAME= zile-2.0.6
CATEGORIES= editors
HOMEPAGE= http://zile.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c termcap
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>