aboutsummaryrefslogtreecommitdiff
path: root/mail/drac/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-03-27 05:16:49 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-03-27 05:16:49 +0000
commite4d34c7f7cb41f73860ee553c5179f6f18cc6ba9 (patch)
tree42375de44005ae1c57fab474f7cf56beb679049e /mail/drac/Makefile
parente5385e79f9fd299d8f9550a429b8859676e3ae1e (diff)
downloadports-e4d34c7f7cb41f73860ee553c5179f6f18cc6ba9.tar.gz
ports-e4d34c7f7cb41f73860ee553c5179f6f18cc6ba9.zip
Add knob WITH_POSTFIX_DB41 to use with postfix/db41.
This port shoud support more flavors of databases/db*, but I just only use db41 with postfix in my environment.
Notes
Notes: svn path=/head/; revision=158241
Diffstat (limited to 'mail/drac/Makefile')
-rw-r--r--mail/drac/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/drac/Makefile b/mail/drac/Makefile
index 109f925d1a14..11f54f39feb3 100644
--- a/mail/drac/Makefile
+++ b/mail/drac/Makefile
@@ -21,6 +21,9 @@ COMMENT= Dynamic Relay Authorization Control, a pop-before-smtp implementation
.if defined(WITH_POSTFIX_DB3)
LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3
.endif
+.if defined(WITH_POSTFIX_DB41)
+LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41
+.endif
NO_WRKSUBDIR= yes
USE_REINPLACE= yes
@@ -40,6 +43,7 @@ pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "WITH_POSTFIX=yes (Postfix)"
@${ECHO_MSG} "WITH_POSTFIX_DB3=yes (Postfix with DB3 database maps)"
+ @${ECHO_MSG} "WITH_POSTFIX_DB41=yes (Postfix with DB41 database maps)"
@${ECHO_MSG} "WITH_EXIM=yes (Exim)"
@${ECHO_MSG}
@${ECHO_MSG} "Define WITH_FOREGROUND to make the rpc.dracd daemon stay in"