061a96d577
ChangeLog: - Fix searching very long string - Keep status of firstTime beween calls. (#35) - man page: use simple double quotes (instead of weird ```xxx''') - Properly handle off_t on non-lfs 32 bit systems. - Fixed compiler warnings. - Do not allow negative line length. (#34) - fix overflow on excessively long escape sequence. (#32) - Ignore KEY_RESIZE in main loop. (#33) - Show percentage of cursor relative to filesize. - Bug copy & paste (#29)
20 lines
495 B
Makefile
20 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.36 2020/08/29 13:17:53 fcambus Exp $
|
|
|
|
DISTNAME= hexedit-1.5
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=pixel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rigaux.org/hexedit.html
|
|
COMMENT= To view and edit files in hexadecimal or ASCII
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= aclocal autoconf automake autoheader
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${SH} autogen.sh
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|