pkgsrc/editors/dit/Makefile
nia 3ecb3d1875 dit: update to 0.7
includes some new syntax highlighting for e.g. go, this release was not
announced on the website for some reason.
2021-01-27 11:31:18 +00:00

25 lines
736 B
Makefile

# $NetBSD: Makefile,v 1.2 2021/01/27 11:31:18 nia Exp $
DISTNAME= dit-0.7
CATEGORIES= editors
MASTER_SITES= https://hisham.hm/dit/releases/${PKGVERSION_NOREV}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://hisham.hm/dit/home.html
COMMENT= Console text editor that you already know how to use
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
FAKE_NCURSES= yes
USE_CURSES= wide
CONFIGURE_ARGS+= --with-lua-prefix=${_LUA_DOT_VERSION}
LUA_VERSIONS_ACCEPTED= 53 52 51
# when compiling with NetBSD curses:
# error: 'cchar_t' {aka 'struct <anonymous>'} has no member named 'chars'
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"