summaryrefslogtreecommitdiffstats
path: root/mail/vbsfilter
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-06-15 17:28:11 +0000
committerdinoex <dinoex@FreeBSD.org>2001-06-15 17:28:11 +0000
commit66684ba7e74c34830deb8d7f31ec05a48de32994 (patch)
tree3168b3e784f60730655acada32b36077c918b7ed /mail/vbsfilter
parent228f685357301e1358e225ecf88a373dab9b084a (diff)
downloadFreeBSD-ports-66684ba7e74c34830deb8d7f31ec05a48de32994.zip
FreeBSD-ports-66684ba7e74c34830deb8d7f31ec05a48de32994.tar.gz
Sendmail:
- Save more documentation in %%PREFIX%%/share/doc/sendmail - Update Sendmail package, only libmilter will be installed. - Bump PORTREVISION - Cleanup configuration, reduced overhead in "site.config.m4" files - New option SENDMAIL_WITHOUT_IPV6=yes - Use global WITH_TLS as well as SENDMAIL_WITH_TLS - New slave ports: sendmail-sasl, sendmail-ldap - vbsfilter now build a package
Diffstat (limited to 'mail/vbsfilter')
-rw-r--r--mail/vbsfilter/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile
index 9fa3dd9..9198ce0 100644
--- a/mail/vbsfilter/Makefile
+++ b/mail/vbsfilter/Makefile
@@ -17,13 +17,16 @@ MAINTAINER= dirk.meyer@dinoex.sub.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail
-NO_PACKAGE= "only with sendmail from the ports"
-
CTARGETS+= vbsfilter-1.3
CFLAGS+= -Wall -I$(LOCALBASE)/include ${PTHREAD_CFLAGS}
FLAGS+= ${PTHREAD_LIBS}
LDFLAGS+= -L$(LOCALBASE)/lib
LIBS+= -lmilter -lsmutil
+
+.if defined(BATCH)
+SENDMAIL_WITH_MILTER= yes
+.endif
+
.if defined(SENDMAIL_WITH_SFIO)
LIBS+= -lsfio
.endif
OpenPOWER on IntegriCloud