$Id: README,v 1.13 2021/11/23 02:53:38 nanons Exp $

ports(7) configuration

To search for ports matching the regular expression KEYWORD:

	$ cd /usr/ports
	$ make search name=KEYWORD

To also match keywords in the port's description:

	$ make search key=KEYWORD

This way is faster and more descriptive than using pkg_info(8).

To install pre-built dependencies of a port to avoid building all of its
dependencies before building the port itself:

	# pkg_add -a $(make full-all-depends)

After installing the port, the dependencies can be removed with:

	# pkg_delete -a

To download and extract a port without downloading its dependencies:

	$ make extract NO_DEPENDS=y
