diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-03 11:45:50 +0000 |
commit | 45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576 (patch) | |
tree | fcaedf98fabfce42bd643a3c13bad86cad3fa5af /editors/Makefile | |
parent | ae1b9b07f9c630d6fff992deb4abb9cd9e123a58 (diff) | |
download | FreeBSD-ports-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.zip FreeBSD-ports-45f02d4ae9a2a679d8f79620c4f7cfee4e3a1576.tar.gz |
add hexcurse
A versatile ncurses-based hex editor
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 0e26a96..249a912 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -54,6 +54,7 @@ SUBDIR += gmanedit SUBDIR += gnotepad+ SUBDIR += gxedit + SUBDIR += hexcurse SUBDIR += hexedit SUBDIR += hexpert SUBDIR += iiimecf |