Created attachment 264594 [details] patch containing the proposed new port. Initial port of qtads. Im still a little new to ports, but I think I have things mostly right; the files were checked against portlint.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ad6362ec78b66bc1212fd1eb45d793506fcc0c2 commit 4ad6362ec78b66bc1212fd1eb45d793506fcc0c2 Author: Wes Frazier <wes.frazier@avoidbig.tech> AuthorDate: 2025-10-14 23:27:09 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2026-04-02 03:22:49 +0000 games/qtads [New port]: Interpreter for TADS games QTads is a cross-platform, multimedia interpreter for TADS games. It is fully compatible with HTML TADS, aka "Multimedia TADS". Both TADS versions in use today (v2 and v3) are supported. PR: 290244 games/Makefile | 1 + games/qtads/Makefile (new) | 36 ++++++++++++++++++++++++++++++++++++ games/qtads/distinfo (new) | 3 +++ games/qtads/pkg-descr (new) | 10 ++++++++++ games/qtads/pkg-plist (new) | 16 ++++++++++++++++ 5 files changed, 66 insertions(+)
Thanks for submitting. Pushed with a few changes/fixes: - fix configure by adding USES=pkgconfig - fix build by adding USE_QT=buildtools - remove unnecessary DISTNAME=... and GH_PROJECT=... - use OPTION helper - tweaking formatting based on suggestions from portclippy/portfmt