source package
$ uname
NetBSD
$ cd /usr/pkgsrc/editors/fileobj/
$ make install
$ pkg_info | grep fileobj
fileobj-0.7.108 Curses based hex editor with vi interface
binary package
$ uname
NetBSD
$ pkg_add fileobj
$ pkg_info | grep fileobj
fileobj-0.7.108 Curses based hex editor with vi interface
source package
$ uname
FreeBSD
$ cd /usr/ports/editors/fileobj/
$ make install
$ pkg info | grep fileobj
fileobj-0.7.108 Portable hex editor with vi like interface
binary package
$ uname
FreeBSD
$ pkg install fileobj
$ pkg info | grep fileobj
fileobj-0.7.108 Portable hex editor with vi like interface