[Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.