summaryrefslogtreecommitdiff
path: root/ports-mgmt/portconf/files/pkg-message.in
blob: 3858fba21893b9895c36641409a9423c28d53472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*********************************************************

To set port-specific make variables, create the
%%PREFIX%%/etc/ports.conf configuration file
with the following syntax:

---------------------------------------------------------
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.

*********************************************************