2006-06-09 10:17:35 +02:00
|
|
|
*********************************************************
|
2006-06-08 09:30:10 +02:00
|
|
|
|
2006-06-09 10:17:35 +02:00
|
|
|
To set port-specific make variables, create the
|
|
|
|
%%PREFIX%%/etc/ports.conf configuration file
|
2006-06-08 12:21:20 +02:00
|
|
|
with the following syntax:
|
2006-06-08 09:30:10 +02:00
|
|
|
|
2006-06-09 10:17:35 +02:00
|
|
|
---------------------------------------------------------
|
2006-09-06 14:50:31 +02:00
|
|
|
# this is a comment
|
2006-06-08 09:30:10 +02:00
|
|
|
editors/openoffice*: WITH_CCACHE|LOCALIZED_LANG=it
|
2007-10-02 18:00:44 +02:00
|
|
|
print/ghostscript-gpl print/lpr-wrapper: A4
|
2006-06-08 09:30:10 +02:00
|
|
|
www/firefox-i18n: WITHOUT_SWITCHER | FIREFOX_I18N=fr it
|
|
|
|
x11/fakeport: CONFIGURE_ARGS=--with-modules="aaa bbb ccc"
|
2006-06-09 10:17:35 +02:00
|
|
|
---------------------------------------------------------
|
2006-06-08 09:30:10 +02:00
|
|
|
|
2006-06-09 10:17:35 +02:00
|
|
|
Global port directory patterns and blanks around the
|
|
|
|
pipe "|" symbol are allowed.
|
|
|
|
Values shouldn't be quoted even if they contain spaces.
|
2006-09-06 14:50:31 +02:00
|
|
|
Lines beginning with a '#' are comments.
|
2006-06-08 09:30:10 +02:00
|
|
|
|
2006-06-09 10:17:35 +02:00
|
|
|
*********************************************************
|