pkgsrc/editors/hexcurse/Makefile
tnn 5915552a00 Import hexcurse-1.60.0 as editors/hexcurse.
Hexcurse is an ncurses-based hex editing utility that can open, edit and save
files, editing both the hexadecimal and decimal values.

It currently supports searching, hex and decimal address output, jumping to
specified locations in the file, "undo" capabilities, "bolded" modifications,
EBCDIC mode, and quick keyboard shortcuts to commands.
2016-03-12 12:03:54 +00:00

17 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/03/12 12:03:54 tnn Exp $
DISTNAME= hexcurse-1.60.0
GITHUB_TAG= v${PKGVERSION_NOREV}
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=LonnyGomes/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/LonnyGomes/hexcurse/
COMMENT= Hexcurse is an ncurses-based console hexeditor written in C
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_NCURSES= yes # uses slk_* functions
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"