11676f935e
the safe side.
24 lines
695 B
Makefile
24 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.30 2014/04/30 14:19:41 wiz Exp $
|
|
|
|
DISTNAME= zile-2.4.5
|
|
PKGREVISION= 2
|
|
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"
|