diff options
author | markd <markd@pkgsrc.org> | 2002-09-23 13:03:31 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-09-23 13:03:31 +0000 |
commit | cc878eae0b9d5d6a699df232fe40ca76d65a9924 (patch) | |
tree | de97828e2889e7ba37cb620b48a3e4ea17826260 /mail/libmilter/Makefile | |
parent | 9eaafb28954c4d0e7941c119bbaa69dd738d1a96 (diff) | |
download | pkgsrc-cc878eae0b9d5d6a699df232fe40ca76d65a9924.tar.gz |
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.
Diffstat (limited to 'mail/libmilter/Makefile')
-rw-r--r-- | mail/libmilter/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/libmilter/Makefile b/mail/libmilter/Makefile new file mode 100644 index 00000000000..c222f226fa5 --- /dev/null +++ b/mail/libmilter/Makefile @@ -0,0 +1,23 @@ +# $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} \ .` |