How to set option into makefile port and dependencies

Like a title. I must add two options DOCS and NLS to Makefile and dependencies. How to do It?

Add It to /etc/make.conf and install port use.
make install clean BATCH=1 is good idea?

Code:
OPTIONS_DEFAULT= DOCS NLS
OPTIONS_DEFINE= DOCS NLS
 
Back
Top