summaryrefslogtreecommitdiff
path: root/www/php4-imap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4-imap/Makefile')
-rw-r--r--www/php4-imap/Makefile16
1 files changed, 16 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"