ChangeLog: september 2017 - 1.4.2 - fix spelling errors in manpage - fix build september 2017 - 1.4 - terminal resizing support - fix build november 2016: - mark cursor position in both HEX and ASCII - skip whitespace when parsing hex-strings march 2014: - fix small but in DIE() which was leaving the terminal in a bad state - added --linelength <n> / -l<n> command line option
20 lines
497 B
Makefile
20 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.35 2020/02/05 15:30:25 fcambus Exp $
|
|
|
|
DISTNAME= hexedit-1.4.2
|
|
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"
|