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

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.

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