To compile a kernel without modules:
In make.conf
NO_MODULES =yes
----------------------------------------------------------
To know the options of all ports
pkg roptions
----------------------------------------------------------
To find the port which installed /usr/local/bin/cal
pkg which /usr/local/bin/cal
-----------------------------------------------------------
To find installable ports which provide "cal"
find /usr/ports -name pkg-plist | xargs grep bin/cal$
In make.conf
NO_MODULES =yes
----------------------------------------------------------
To know the options of all ports
pkg roptions
----------------------------------------------------------
To find the port which installed /usr/local/bin/cal
pkg which /usr/local/bin/cal
-----------------------------------------------------------
To find installable ports which provide "cal"
find /usr/ports -name pkg-plist | xargs grep bin/cal$