diff options
author | jdolecek <jdolecek> | 2004-10-31 21:20:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-31 21:20:08 +0000 |
commit | b330624cbede009fc0b0b2f3bcaa910e5c0012aa (patch) | |
tree | 5a21b03b855f2373e94fc38775ea274d3d4e6401 /mail | |
parent | 07c4c4468bab7dd5a3461474db596d51ef553394 (diff) | |
download | pkgsrc-b330624cbede009fc0b0b2f3bcaa910e5c0012aa.tar.gz |
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'mail')
-rw-r--r-- | mail/php4-imap/DESCR | 3 | ||||
-rw-r--r-- | mail/php4-imap/Makefile | 22 |
2 files changed, 0 insertions, 25 deletions
diff --git a/mail/php4-imap/DESCR b/mail/php4-imap/DESCR deleted file mode 100644 index 6a0fd17e939..00000000000 --- a/mail/php4-imap/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides PHP4 access to IMAP (Internet Mailbox Access Protocol) -servers. diff --git a/mail/php4-imap/Makefile b/mail/php4-imap/Makefile deleted file mode 100644 index cce9745b581..00000000000 --- a/mail/php4-imap/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2004/10/31 18:23:24 jdolecek Exp $ - -MODNAME= imap -PKGREVISION= # empty -CATEGORIES+= mail -COMMENT= PHP4 extension for IMAP (Internet Mailbox Access Protocol) - -USE_BUILDLINK3= YES -USE_PHP_EXT_PATCHES= yes - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.imap-uw} -CONFIGURE_ARGS+= --with-${MODNAME}-ssl=${SSLBASE} -CONFIGURE_ARGS+= --with-${MODNAME}-linkage -CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no - -LIBS+= -lssl -lcrypto - -.include "../../mail/imap-uw/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |