Add YP support.

This commit is contained in:
Dirk Froemberg 2001-02-06 22:28:00 +00:00
parent 480809e4bd
commit 4dc0a9162d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38048

View file

@ -28,6 +28,7 @@ SNMP "SNMP support" OFF \
XML "XML support" OFF \
FTP "File Transfer Protocol support" OFF \
gettext "gettext library support" OFF \
YP "YP/NIS support" OFF \
2> /tmp/checklist.tmp.$$
retval=$?
@ -149,6 +150,9 @@ while [ "$1" ]; do
echo "LIB_DEPENDS+= intl.1:\${PORTSDIR}/devel/gettext"
echo "CONFIGURE_ARGS+=--with-gettext=\${PREFIX}"
;;
\"YP\")
echo "CONFIGURE_ARGS+=--with-yp"
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc