summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-09-26 11:09:26 +0000
committeragc <agc@pkgsrc.org>2000-09-26 11:09:26 +0000
commita2088e84f574e0200a7d7997047d52e0d1525a43 (patch)
treed11efd6e038ecc7759b4c4b08a528d181e03401f /mk
parentcab414acf0145b661cde775748b2556f7006386a (diff)
downloadpkgsrc-a2088e84f574e0200a7d7997047d52e0d1525a43.tar.gz
Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which
can either be defined or not. This governs the installation of the floppyd binary in the mtools package. The floppyd program needs the SM and ICE libs from the X11 distribution to link (floppyd's authorisation model to enable remote access to floppy drives closely resembles that of X11's xauth model). Modify the mtools Makefile accordingly.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 598f8be0afb..653ec57c4ba 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.155 2000/09/15 15:07:30 jwise Exp $
+# $NetBSD: mk.conf.example,v 1.156 2000/09/26 11:09:26 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -503,6 +503,13 @@
# Possible: any directory.
# Default: /var/tmp
+#MTOOLS_ENABLE_FLOPPYD=
+# Used by the mtools package to determine whether or not the floppyd
+# program is installed. X11 libraries and header files are needed to
+# build floppyd and run floppyd.
+# Possible: defined, not defined
+# Default: not defined
+
#MUTT_USE_SSL= YES
# Enable SSL in mutt (for pop and imap connections)
# Possible: YES, NO