openbsd-ports/editors/zile/Makefile
naddy 0c2801e430 - update to 2.2.13
- work around a curses problem I can't figure out
2006-03-31 20:07:08 +00:00

21 lines
405 B
Makefile

# $OpenBSD: Makefile,v 1.10 2006/03/31 20:07:08 naddy Exp $
COMMENT= "zile is lossy emacs"
DISTNAME= zile-2.2.13
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 ncurses
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>