diff options
-rw-r--r-- | www/php4-imap/Makefile | 16 | ||||
-rw-r--r-- | www/php4-imap/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/php4-imap/pkg/DESCR | 3 |
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. |