Using the ports to install software, I believe I can do ==> make arg1, arg2, ..., argn, make install, make clean &
to overide defaults or add options, if I am correct.
Now, how can I get a listing of these options without download the program and doing a ./configure --help , or ?. And does this give a listing of the default settings. I've looked at the Makefiles but they do not seem to quite do it adequately.
Thanks!
to overide defaults or add options, if I am correct.
Now, how can I get a listing of these options without download the program and doing a ./configure --help , or ?. And does this give a listing of the default settings. I've looked at the Makefiles but they do not seem to quite do it adequately.
Thanks!