Solved libtk-img

The FreeBSD package/port is graphics/libimg; And the whole "tcllib" bundle also exists as port/package (devel/tcllib). Now you've messed up your installation a little bit…

oh, sorry, the tcllib install was

Bash:
$ doas pkg install tcllib

while that didn't satisfy the dependencies of drakon, the download and configure/make install https://sourceforge.net/projects/tkimg/files/latest/download did.

/usr/ports/graphics/libimg really looks like what I was out for to begin with but didnt' see it before. Thanks!

Update:

a mere

Bash:
$ doas pkg install libimg tcl-sqlite3 tcllib

would have been sufficient.
 
Back
Top