Re: How to add compile time options to a port?
- In reply to: Paul Procacci : "Re: How to add compile time options to a port?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Apr 2022 05:35:53 UTC
Sorry, I happened to send the previous email before I was finished typing. For future reference, it's described in the Porters Manual. https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-options FOO_DESC= Options for mouse support FOO_CONFIGURE_WITH= gpm-mouse I know this option is only working on Linux, but it's just for an example. Cheers.