pkgsrc/net/zephyr
kim d0e9933400 Change how Kerberos support is enabled in pkgsrc.
Quick guide for compiling packages:
- set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf

Quick guide for configuring Kerberos support in a package Makefile:
- test for KERBEROS value and enable the appropriate version with
  CONFIGURE_ARGS or other means and set USE_KERBEROS=yes
- make sure to disable Kerberos support otherwise (especially if
  using configure, which might automatically detect it)
- BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk
  when USE_KERBEROS=yes is set
1999-09-14 02:32:21 +00:00
..
files Add package patch checksum files. 1999-07-09 14:09:02 +00:00
patches Use -O2, not -O6. 1998-11-24 05:23:23 +00:00
pkg Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
Makefile Change how Kerberos support is enabled in pkgsrc. 1999-09-14 02:32:21 +00:00