---
name: lsknobs
version: 1.0
origin: ports-mgmt/lsknobs
comment: Simple script to help configure ports knobs and options
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: linder.gabriel@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 2880
desc: |
  lsknobs is a simple sh(1) script designed to help configure
  ports knobs and options by listing them together with their
  status (either enabled or not). It uses portconf for knobs.
deps:
  portconf: {origin: ports-mgmt/portconf, version: 1.5}
categories: [ports-mgmt]
files:
  /usr/local/sbin/lsknobs: 95040b204632d4e0485a1517b01149ef87425bfa95ce591f03302b5f3f73d2c5
scripts: {}
message: |
  Typical use :

    1) Choose a port
  # cd /usr/ports/editors/vim

    2) Configure it, with its dependencies
  # lsknobs
  # make config-recursive
    (repeat these two steps until you agree with what is shown)

    3) Install everything
  # make install clean
