summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2000-12-17 19:01:29 +0000
committerjlam <jlam>2000-12-17 19:01:29 +0000
commit1b18185604074f4b41d0dce06e03b382c9b983ba (patch)
tree8707d13dfc98142c19fdcec9cb25793d805ca830
parent3f8a27c9bc4a4983e67d638fc2c4270037868484 (diff)
downloadpkgsrc-1b18185604074f4b41d0dce06e03b382c9b983ba.tar.gz
php4-imap: PHP4 extension module for IMAP server access
-rw-r--r--www/php4-imap/Makefile16
-rw-r--r--www/php4-imap/pkg/COMMENT1
-rw-r--r--www/php4-imap/pkg/DESCR3
3 files changed, 20 insertions, 0 deletions
diff --git a/www/php4-imap/Makefile b/www/php4-imap/Makefile
new file mode 100644
index 00000000000..a7d3eec21be
--- /dev/null
+++ b/www/php4-imap/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/17 19:01:29 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= imap
+CATEGORIES+= mail
+
+DEPENDS+= imap-uw-*:../../mail/imap-uw
+
+EVAL_PREFIX+= IMAPDIR=imap-uw
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${IMAPDIR}
+CONFIGURE_ARGS+= --with-${MODNAME}-ssl=shared,${SSLBASE}
+
+USE_SSL= # defined
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/php4-imap/pkg/COMMENT b/www/php4-imap/pkg/COMMENT
new file mode 100644
index 00000000000..3cc081144fd
--- /dev/null
+++ b/www/php4-imap/pkg/COMMENT
@@ -0,0 +1 @@
+PHP4 extension for IMAP (Internet Mailbox Access Protocol)
diff --git a/www/php4-imap/pkg/DESCR b/www/php4-imap/pkg/DESCR
new file mode 100644
index 00000000000..6a0fd17e939
--- /dev/null
+++ b/www/php4-imap/pkg/DESCR
@@ -0,0 +1,3 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides PHP4 access to IMAP (Internet Mailbox Access Protocol)
+servers.