20 lines
764 B
Text
20 lines
764 B
Text
*********************************************************
|
|
|
|
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
|
|
print/ghostscript-gpl print/lpr-wrapper: A4
|
|
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.
|
|
|
|
*********************************************************
|