********************************************************* To set port-specific make variables, create the %%PREFIX%%/etc/ports.conf configuration file with the following syntax: --------------------------------------------------------- # this is a comment editors/openoffice*: WITH_CCACHE|LOCALIZED_LANG=it www/firefox-i18n: WITHOUT_SWITCHER | FIREFOX_I18N=fr it x11/fakeport: CONFIGURE_ARGS=--with-modules="aaa bbb ccc" --------------------------------------------------------- Global port directory patterns and blanks around the pipe "|" symbol are allowed. Values shouldn't be quoted even if they contain spaces. Lines beginning with a '#' are comments. *********************************************************