pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Document the variables set and used by this file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d85fc85d158
branches:  trunk
changeset: 466050:6d85fc85d158
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 10 19:50:57 2004 +0000

description:
Document the variables set and used by this file.

diffstat:

 mk/krb5.buildlink3.mk |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 27e9150f9405 -r 6d85fc85d158 mk/krb5.buildlink3.mk
--- a/mk/krb5.buildlink3.mk     Sat Jan 10 19:48:55 2004 +0000
+++ b/mk/krb5.buildlink3.mk     Sat Jan 10 19:50:57 2004 +0000
@@ -1,4 +1,19 @@
-# $NetBSD: krb5.buildlink3.mk,v 1.1 2004/01/10 15:29:34 jlam Exp $
+# $NetBSD: krb5.buildlink3.mk,v 1.2 2004/01/10 19:50:57 jlam Exp $
+#
+# This Makefile fragment is meant to be included by packages that
+# require a Kerberos 5 implementation.  krb5.buildlink3.mk will:
+#
+#      * set KRB5BASE to the base directory of the Kerberos 5 files;
+#      * set KRB5_TYPE to the Kerberos 5 implementation used.
+#
+# There are two variables that can be used to tweak the selection of
+# the Kerberos 5 implementation:
+#
+# KRB5_DEFAULT is a user-settable variable whose value is the default
+#      Kerberos 5 implementation to use.
+#
+# KRB5_ACCEPTED is a package-settable list of Kerberos 5 implementations
+#      that may be used by the package.
 
 KRB5_BUILDLINK3_MK:=   ${KRB5_BUILDLINK3_MK}+
 



Home | Main Index | Thread Index | Old Index