c5636dea40
* Added a feature that highlights the respective location of the value currently under the cursor in the opposite window * Fixed a rare division by zero problem * Added the ctrl+b key mapping for the End key * Fixed a problem with the End key where the cursor wouldn't go to the end of the file if it was on a certain line(s) From maintainer Lonny Gomes <devel@n0mansland.net>.
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.2 2002/06/09 19:06:58 naddy Exp $
|
|
|
|
COMMENT= "user-friendly ncurses-based hexeditor with many features"
|
|
|
|
DISTNAME= hexcurse-1.54
|
|
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>
|