pkgsrc/editors/fe/Makefile
mef 49b62f70c1 (editors/fe) Updated 1.9
(pkgsrc)
 -  Silence pkglint, LICENSE (gnu-gpl-v1), add comment on patches

(upstream)
The following things were changed compared to version 1.8:

o  Look for <ncurses/ncurses.h>, as used by Cygwin.
o  Use LC_CTYPE to determine printable characters and display
   unprintable characters as \xx, not as M-chr.
   o  Allow M-. instead of C-space and C-x . instead of M-C-@.
   o  Accept +line as option to jump to a specific line besides -l line.
2020-06-21 04:09:24 +00:00

25 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/06/21 04:09:24 mef Exp $
DISTNAME= fe-1.9
CATEGORIES= editors
MASTER_SITES= http://www.moria.de/~michael/fe/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.moria.de/~michael/fe/
COMMENT= Folding editor
LICENSE= gnu-gpl-v1
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
BROKEN_GETTEXT_DETECTION= yes
INSTALLATION_DIRS= share/doc/fe
post-install:
${INSTALL_DATA} ${WRKSRC}/fe.ps ${DESTDIR}${PREFIX}/share/doc/fe/fe.ps
${INSTALL_DATA} ${WRKSRC}/feref.ps ${DESTDIR}${PREFIX}/share/doc/fe/feref.ps
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"