pkgsrc/editors/zile/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

24 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.32 2015/08/18 07:31:07 wiz Exp $
DISTNAME= zile-2.4.5
PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= http://ftp.gnu.org/gnu/zile/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/zile/
COMMENT= Emacs-like text editor
LICENSE= gnu-gpl-v3
USE_TOOLS+= makeinfo
USE_NCURSES= yes # uses stdscr->_delay directly
GNU_CONFIGURE= yes
INFO_FILES= yes
# we only want the charset.alias file, so no buildlinkery for libiconv
DEPENDS+= libiconv-[0-9]*:../../converters/libiconv
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"