summaryrefslogtreecommitdiff
path: root/mail/php4-imap/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-16 05:39:57 +0000
committerjlam <jlam@pkgsrc.org>2001-10-16 05:39:57 +0000
commiteab44eac9a77426faa7f2f0e3e614cde89502ce0 (patch)
treeae7e4bfb5a0fb2c61f749b1ea6dc3b88c26b812b /mail/php4-imap/Makefile
parente0d04b4b017548ec5ab59fed339ce301f3013135 (diff)
downloadpkgsrc-eab44eac9a77426faa7f2f0e3e614cde89502ce0.tar.gz
Update php4-imap to the version from the php-4.0.6 distribution. There is
no list of changes from version 4.0.5. Also move from the www category.
Diffstat (limited to 'mail/php4-imap/Makefile')
-rw-r--r--mail/php4-imap/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile
new file mode 100644
index 00000000000..227e4e5b668
--- /dev/null
+++ b/mail/php4-imap/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 05:39:57 jlam Exp $
+
+.include "../php4/Makefile.module"
+
+MODNAME= imap
+CATEGORIES+= mail
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol)
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-${MODNAME}-ssl=shared,${BUILDLINK_DIR}
+CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no
+
+LIBS+= -lssl -lcrypto
+
+.include "../../mail/imap-uw/buildlink.mk"
+.include "../../security/openssl/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"