pkgsrc/editors/zile/Makefile
jlam 6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00

19 lines
492 B
Makefile

# $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"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"