freebsd-ports/security/drweb-sendmail/files/Makefile.libsmutil
Andrey A. Chernov 58b6e8c58b 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
2001-10-03 22:15:01 +00:00

20 lines
454 B
Text

# $FreeBSD$
#
SENDMAIL_DIR=/usr/src/contrib/sendmail
.PATH: ${SENDMAIL_DIR}/libsmutil
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= smutil
SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c
INTERNALLIB= true
NOPIC= true
INTERNALSTATICLIB= true
.include <bsd.lib.mk>