aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-02-13 13:52:53 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-02-13 13:52:53 +0000
commitf10e2e66bc57213281f17a3f0920c6e8df6f4be9 (patch)
tree21523ecc802cdac215c4194d2378621165ece448 /editors/Makefile
parentc56adfd8f38f698d679563ad8989cfb4c568fde9 (diff)
downloadports-f10e2e66bc57213281f17a3f0920c6e8df6f4be9.tar.gz
ports-f10e2e66bc57213281f17a3f0920c6e8df6f4be9.zip
- Add a port of wxHexEditor, an advanced graphical (wxWidgets) hex editor
focused on editing of very large files and with x86 disassembly support - Ignore bundled copies of `devel/udis86' and `security/mhash' libraries, use the ones provided in the ports (also better for security reasons) - Disable OpenMP support for now because apparently it requires GCC while the port builds just fine with the system compiler (Clang) WWW: http://www.wxhexeditor.org/
Notes
Notes: svn path=/head/; revision=492857
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile
index ab37ff56edc0..9a7103aecb90 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -38,7 +38,7 @@
SUBDIR += emacs
SUBDIR += emacs-devel
SUBDIR += encryptpad
- SUBDIR += featherpad
+ SUBDIR += featherpad
SUBDIR += fileobj
SUBDIR += flim
SUBDIR += focuswriter
@@ -251,6 +251,7 @@
SUBDIR += web-mode
SUBDIR += with-editor
SUBDIR += wordgrinder
+ SUBDIR += wxhexeditor
SUBDIR += xcoral
SUBDIR += xed
SUBDIR += xi-core