pkgsrc/mail/libmilter/Makefile
markd cc878eae0b Initial import of libmilter-8.12.6
The sendmail Mail Filter API (Milter) is designed to allow third-party
programs access to mail messages as they are being processed in order to
filter meta-information and content.

libmilter provides the implementation of this API.
2002-09-23 13:03:31 +00:00

23 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/09/23 13:03:31 markd Exp $
.include "../../mail/sendmail/Makefile.common"
PKGNAME= libmilter-${DIST_VERS}
COMMENT= Mail filter support library for sendmail
USE_MILTER= YES
post-patch: make-sendmail-siteconfig
${ECHO} >>${DESCR_SRC}
do-build:
@(cd ${WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ./Build)
do-install:
@(cd ${WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ./Build INCLUDEDIR=${PREFIX}/include LIBDIR=${PREFIX}/lib install)
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
# has to be below include for bsd.pkg.mk, else substition fails
OBJDIR!= ${ECHO} obj.`uname -srm | ${TR} \ .`