[Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Nov 2022 19:09:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267373

--- Comment #10 from Jason W. Bacon <jwb@freebsd.org> ---
For an example of a simple, port-friendly Makefile:

https://github.com/auerlab/vcf-split

The ports system (and pkgsrc) automatically provide all the information needed
by this project Makefile (CC, CFLAGS, etc).  The only thing we might need to do
from the port is run "make depend", if you use that feature in your Makefile. 
Otherwise, the port Makefile will be trivial.

https://github.com/outpaddling/freebsd-ports-wip/blob/master/vcf-split

-- 
You are receiving this mail because:
You are the assignee for the bug.