OctoPkg is a Qt based GUI front end to the pkg package manager, derived from Octopi. It consists of a lxqt-sudo clone called qt-sudo used to gain root privileges and a package browser application used to search, install, remove and update packages. The project is compatible with FreeBSD, DragonFly BSD, GhostBSD, HardenedBSD and NomadBSD.
# pkg install octopkg
$ git clone https://github.com/aarnt/octopkg
$ cd octopkg
$ qmake6
$ make
# make install
$ octopkg
Remember: OctoPkg needs doas or sudo tool to work.
Enjoy!