diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-09-26 20:38:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-09-26 20:38:10 +0000 |
commit | 47566dbd50a9b02347743c2b6ea6dbba8a381288 (patch) | |
tree | a7189e4cb98d8172ef262be1290ccc61d42b5659 /mail/courier-imap | |
parent | 82d5ec69eea60ee0481c2018fca35eab2a7b9c1f (diff) |
Notes
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index e0222bce5fc1..64f168f89c42 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -34,10 +34,13 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_RC_SUBR= yes -CONFIGURE_ENV= CFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LDFLAGS} -L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib +CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash \ + CPPFLAGS='${CPPFLAGS}' \ + CXXFLAGS='${CPPFLAGS}' \ + LDFLAGS='${LDFLAGS}' +MAKE_ENV:= ${CONFIGURE_ENV} # # options available: @@ -71,7 +74,8 @@ CONFIGURE_ARGS= --sysconfdir=${CONFDIR} \ --enable-workarounds-for-imap-client-bugs \ --enable-unicode \ --disable-root-check \ - --with-locking-method=fcntl + --with-locking-method=fcntl \ + COURIERAUTHCONFIG=${LOCALBASE}/bin/courierauthconfig .include <bsd.port.pre.mk> |