head	1.3;
access;
symbols
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.10.03.22.15.01;	author ache;	state dead;
branches;
next	1.2;

1.2
date	2001.08.24.20.15.43;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.24.15.57.23;	author ache;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Add WITH_DRWEBSFM_SENDMAIL_DIR configuration knob
Add example*.sh to DOC_DIR
Use local version of libsmutil Makefile with FFR_MILTER always turned on
@
text
@# $FreeBSD: ports/security/drweb-sendmail/files/Makefile,v 1.2 2001/08/24 20:15:43 ache Exp $
#
SENDMAIL_DIR=/usr/src/contrib/sendmail
.PATH:  ${SENDMAIL_DIR}/libmilter

CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL -D_FFR_MILTER=1

# User customizations to the sendmail build environment
CFLAGS+=${SENDMAIL_CFLAGS}

LIB=    milter

SRCS+=  comm.c engine.c handler.c listener.c main.c signal.c sm_gethost.c smfi.c

INTERNALLIB=        true
NOPIC=              true
INTERNALSTATICLIB=  true

.include <bsd.lib.mk>
@


1.2
log
@1) Add ability to build on any machine by direct adding -D_FFR_MILTER=1
to libmilter Makefile, so remove IS_INSTERACTIVE
2) Rename final rc.d/drweb-smf.sh to rc.d/drwebsmf.sh to start it _after_
drwebd.sh if on the same machine
@
text
@d1 1
a1 1
# $FreeBSD: ports/security/drweb-sendmail/files/Makefile,v 1.1 2001/08/24 15:57:23 ache Exp $
@


1.1
log
@DrWeb antivirus sendmail integration
@
text
@d1 1
a1 1
# $FreeBSD$
d7 1
a7 1
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
@

