pkgsrc/editors/neatvi/Makefile
nia c2fe904013 neatvi: Update to 08
Ali Gholami Rudi (15):
      led: use --- filetype for ex prompt and messages
      ex: call :p for empty lines only once
      ex: escape command with addresses
      ex: for ec_exec, '|' is not a command separator
      vi: redraw the entire screen if current line changes
      led: use the attribute of \n for blanks
      vi: hll option to highlight current line
      conf.h: update syntax highlighting rules for neatmail summaries
      conf: MKFILE_MODE specifies the access mode of new files
      vi: fix updating previous hll row
      uc: make uc_dec() more compact by removing its loop
      uc: make uc_len() more compact by combining the first two conditions
      ex: % and # signs in command line arguments should be escaped
      vi: call term_done() even if ex_init() fails
      led: indenting and deindenting when auto-indent buffer is empty
2020-12-18 23:03:37 +00:00

26 lines
825 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/12/18 23:03:37 nia Exp $
DISTNAME= neatvi-08
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=aligrudi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aligrudi/neatvi/
COMMENT= Small vi/ex editor for editing bidirectional UTF-8 text
LICENSE= isc
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-configure
SUBST_MESSAGE.makefile= Honors user's CC, CFLAGS and LDFLAGS
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile= -e 's/cc/${CC}/'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
INSTALLATION_DIRS+= bin share/doc/neatvi
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vi ${DESTDIR}${PREFIX}/bin/neatvi
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/neatvi
.include "../../mk/bsd.pkg.mk"