aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-plugins
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-02-17 00:48:49 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-02-17 00:48:49 +0000
commitcf6f839277256e5050268587b826a8e009613a4e (patch)
tree0ea7f7568de69fe2c3676990331e4f00321dc30c /mail/squirrelmail-plugins
parentd841085f418b24c63c9a0d2607a8d9a6ebcfde38 (diff)
downloadports-cf6f839277256e5050268587b826a8e009613a4e.tar.gz
ports-cf6f839277256e5050268587b826a8e009613a4e.zip
- add SQLPW "Change *SQL passwords plugin" (mail/squirrelmail-change_sqlpass-plugin)
- add BUTTONS "Custom (spam/ham/etc.) buttons" (mail/squirrelmail-spam-buttons-plugin) - fix OPTION name for mail/squirrelmail-change_ldappass-plugin: LDAPPWD -> LDAPPW - pet portlint - bump PORTREVISION Approved by: miwi (with maintainer's implicit approval)
Notes
Notes: svn path=/head/; revision=207437
Diffstat (limited to 'mail/squirrelmail-plugins')
-rw-r--r--mail/squirrelmail-plugins/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/mail/squirrelmail-plugins/Makefile b/mail/squirrelmail-plugins/Makefile
index 62c9c99b792c..3583b7111261 100644
--- a/mail/squirrelmail-plugins/Makefile
+++ b/mail/squirrelmail-plugins/Makefile
@@ -6,6 +6,7 @@
PORTNAME= squirrelmail-plugins
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= # none
DISTFILES= # none
@@ -30,10 +31,10 @@ SUB_LIST+= "SQUIRRELDIR=squirrelmail"
.endif
.endif
-
OPTIONS= SIEVE "Sieve Mail Filters plugin" off \
CALENDR "Shared Calendars plugin" off \
- LDAPPWD "Change LDAP passwords plugin" off \
+ LDAPPW "Change LDAP passwords plugin" off \
+ SQLPW "Change *SQL passwords plugin" off \
MAILFT "E-mail footer plugin" off \
LGAUTH "HTTP-auth based login plugin" off \
LGNOTES "Notes on login screen plugin" off \
@@ -45,13 +46,14 @@ OPTIONS= SIEVE "Sieve Mail Filters plugin" off \
QMADMIN "Qmailadmin login plugin" off \
QUOTA "Quota usage plugin" off \
SASQL "SpamAssassin SQL plugin" off \
+ BUTTONS "Custom (spam/ham/etc.) buttons" off \
SLOGIN "SSL login plugin" off \
TIMEOUT "User session timeout plugin" off \
TMDA "TMDA plugin" off \
VLOGIN "Multi-site-hosting capabilities plugin" off \
WEBSRCH "Web search engines plugin" off \
WETTER "Weather in Germany plugin" off
-# NEWUSER "New user wizard plugin" off
+# NEWUSER "New user wizard plugin" off
.include <bsd.port.pre.mk>
@@ -67,6 +69,10 @@ RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/calendar:${PORTSDIR}/mail/squirrelmail-sha
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/change_ldappass:${PORTSDIR}/mail/squirrelmail-change_ldappass-plugin
.endif
+.if !defined(WITHOUT_SQLPW) || defined(WITH_SQLPW)
+RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/change_sqlpass:${PORTSDIR}/mail/squirrelmail-change_sqlpass-plugin
+.endif
+
.if !defined(WITHOUT_MAILFT) || defined(WITH_MAILFT)
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/email_footer:${PORTSDIR}/mail/squirrelmail-email_footer-plugin
.endif
@@ -115,6 +121,10 @@ RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/quota_usage:${PORTSDIR}/mail/squirrelmail-
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/sasql:${PORTSDIR}/mail/squirrelmail-sasql-plugin
.endif
+.if !defined(WITHOUT_BUTTONS) || defined(WITH_BUTTONS)
+RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/spam_buttons:${PORTSDIR}/mail/squirrelmail-spam-buttons-plugin
+.endif
+
.if !defined(WITHOUT_SLOGIN) || defined(WITH_SLOGIN)
RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/secure_login:${PORTSDIR}/mail/squirrelmail-secure_login-plugin
.endif