Re: How to add compile time options to a port?

From: <iio7_at_tutanota.com>
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.