diff options
Diffstat (limited to 'mail/horde3-dimp/Makefile')
-rw-r--r-- | mail/horde3-dimp/Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/mail/horde3-dimp/Makefile b/mail/horde3-dimp/Makefile deleted file mode 100644 index ee874d0c6b26..000000000000 --- a/mail/horde3-dimp/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Beech Rintoul <beech@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= dimp -PORTVERSION= 1.1.8 -PORTREVISION= 2 -CATEGORIES= mail www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dynamic webmail system - -DEPRECATED= EOL in April 2012 -EXPIRATION_DATE= 2014-08-20 - -RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${HORBAS}/imp/index.php:${PORTSDIR}/mail/horde3-imp - -USE_PHP= imap -. if !defined(WITHOUT_LDAP) -USE_PHP+= ldap -. endif -.if !defined(WITHOUT_SMIME) -USE_PHP+= openssl -.endif -.if !defined(NOCRYPT) -RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg -.endif - -USE_HORDE= base -USES= gettext -PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES - -NO_STAGE= yes -pre-configure: -.if !defined(NOCRYPT) - @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \ - ${WRKSRC}/config/conf.xml -.else - @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml -.endif - -pre-install: -.if !defined(BATCH) - @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure c-client with SSL support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif - -.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk" -.include <bsd.port.mk> |