pkgsrc-wip/libmilter813/Makefile
Adrian Portelli cf8302163b 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.
2004-06-27 09:45:59 +00:00

23 lines
668 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/06/27 09:45:59 adrian_p Exp $
.include "../../wip/sendmail813/Makefile.common"
PKGNAME= libmilter-${DIST_VERS}
COMMENT= Mail filter support library for sendmail
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)
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
# has to be below include for bsd.pkg.mk, else substition fails
OBJDIR!= ${ECHO} obj.`uname -srm | ${TR} \ .`