aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-11-18 22:35:30 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-11-18 22:35:30 +0000
commiteee478834bcf68f00255354a4066b10d18f93103 (patch)
tree68a9aa380537c9fb21400f18e157e2daf1a2c4f7 /www/mod_php4/scripts
parent849ac4847d549f97f63694bb3d66025effeed26d (diff)
Add IMAP-SSL support.
PR: ports/28948 Submitted by: Richard Stockley <rws@procopia.com>
Notes
Notes: svn path=/head/; revision=50198
Diffstat (limited to 'www/mod_php4/scripts')
-rw-r--r--www/mod_php4/scripts/configure.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 52be19c9f88d..42f6a1985d24 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -23,6 +23,7 @@ mcrypt "Encryption support" OFF \
mhash "Crypto-hashing support" OFF \
pdflib "pdflib support" OFF \
IMAP "IMAP support" OFF \
+IMAP-SSL "IMAP-SSL support (implies IMAP)" OFF \
MySQL "MySQL database support" ON \
PostgreSQL "PostgreSQL database support" OFF \
SybaseDB "Sybase/MS-SQL database support (DB-lib)" OFF \
@@ -113,6 +114,12 @@ while [ "$1" ]; do
echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient"
echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}"
;;
+ \"IMAP-SSL\")
+ echo "CONFIGURE_ARGS+=--with-imap-ssl=\${PREFIX}"
+ if [ -z "$IMAP" ]; then
+ set $* \"IMAP\"
+ fi
+ ;;
\"MySQL\")
echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client"
echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}"