a91a12b411
Submitted by Lonny Gomes <devel@n0mansland.net>. Hexcurse is a user-friendly, ncurses-based hex editor that contains many useful features. Some of its features include hex and decimal address output, ASCII/EBCDIC output, searching, jumping to specified locations in the file, bolded modifications, an undo feature, and quick keyboard shortcuts to commands.
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/30 10:58:55 naddy Exp $
|
|
|
|
COMMENT= "user-friendly ncurses-based hexeditor with many features"
|
|
|
|
DISTNAME= hexcurse-1.50.1
|
|
CATEGORIES= editors
|
|
NEED_VERSION= 1.504
|
|
|
|
HOMEPAGE= http://www.jewfish.net/description.php?title=HexCurse
|
|
|
|
MAINTAINER= Lonny Gomes <devel@n0mansland.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://jewfish.net/downloads/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|