From 633ce6b98596d7334abda998f74568effefdff4c Mon Sep 17 00:00:00 2001 From: dwcjr Date: Mon, 26 Aug 2002 21:33:57 +0000 Subject: Add hooks to preselect postfix options Update TLS PR: 42047 Submitted by: maintainer, knu --- mail/postfix/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/postfix/Makefile') diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index c894d272351f..6b47f15e39d2 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -5,6 +5,12 @@ # $FreeBSD$ # +# To pre-select options in batch mode, run make like this: +# +# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" +# +# the options are the same names as in the scripts/configure.postfix file + PORTNAME= postfix PORTVERSION= 1.1.11 PORTEPOCH= 1 @@ -46,6 +52,7 @@ MAKEFILEFLAGS+= OPT="${CFLAGS}" SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ TOUCH="${TOUCH}" \ MKDIR="${MKDIR}" \ + POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix -- cgit