Date: Mon, 21 Nov 2022 19:09:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2 Message-ID: <bug-267373-7788-wsU0MxSQM8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267373-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267373-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267373 --- 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 nee= ded by this project Makefile (CC, CFLAGS, etc). The only thing we might need t= o do from the port is run "make depend", if you use that feature in your Makefil= e.=20 Otherwise, the port Makefile will be trivial. https://github.com/outpaddling/freebsd-ports-wip/blob/master/vcf-split --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267373-7788-wsU0MxSQM8>