freebsd-ports/ports-mgmt/portconf/files/pkg-message.in
2012-07-09 13:49:02 +00:00

22 lines
824 B
Text

*********************************************************
To set port-specific make variables, create the
%%PREFIX%%/etc/ports.conf configuration file
with the following syntax:
---------------------------------------------------------
# this is a comment
*: NOPORTDOCS
editors/openoffice-3: WITH_CCACHE|LOCALIZED_LANG=it
print/ghostscript-* print/lpr-wrapper: A4
sysutils/fusefs-kmod*: !KERNCONF | !NOPORTDOCS
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.
*********************************************************