pkgsrc/editors/zile/Makefile

20 lines
492 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2006/03/05 16:27:25 jlam Exp $
DISTNAME= zile-2.2.4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zile/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://zile.sourceforge.net/
COMMENT= Emacs-like text editor
USE_TOOLS+= makeinfo
USE_NCURSES= yes # uses stdscr->_delay directly
GNU_CONFIGURE= yes
INFO_FILES= zile.info
.include "../../devel/libgetopt/buildlink3.mk"
2004-04-11 10:25:09 +02:00
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"