summaryrefslogtreecommitdiff
path: root/mail/proxsmtp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-02 04:08:18 +0000
committerjlam <jlam@pkgsrc.org>2004-12-02 04:08:18 +0000
commitfdc4b334af9b50993aefbb97bd45681d90a3aa56 (patch)
tree5ee870ec928f76b3df65a7e2d6f42376ffd57d0a /mail/proxsmtp/Makefile
parent222690ede7fb241120dcda7e7a433cd2afc50929 (diff)
downloadpkgsrc-fdc4b334af9b50993aefbb97bd45681d90a3aa56.tar.gz
proxsmtp 0.6 - SMTP proxy content filter
ProxSMTP is a flexible tool that allows you to reject, change or log email based on arbitrary critera. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and filtered before forwarding. ProxSMTP can be used as a transparent proxy to filter an entire network's SMTP traffic at the router.
Diffstat (limited to 'mail/proxsmtp/Makefile')
-rw-r--r--mail/proxsmtp/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile
new file mode 100644
index 00000000000..008c449e6b9
--- /dev/null
+++ b/mail/proxsmtp/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/02 04:08:18 jlam Exp $
+
+DISTNAME= proxsmtp-0.6
+CATEGORIES= mail
+MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/
+
+MAINTAINER= jlam@NetBSD.org
+HOMEPAGE= http://memberwebs.com/nielsen/software/proxsmtp/
+COMMENT= SMTP proxy content filter
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+USE_PKGINSTALL= yes
+
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+CONF_FILES= ${EGDIR}/proxsmtpd.conf ${PKG_SYSCONFDIR}/proxsmtpd.conf
+RCD_SCRIPTS= proxsmtpd
+
+INSTALLATION_DIRS= share/examples/${PKGBASE}
+
+.include "../../mk/pthread.buildlink3.mk"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ for file in \
+ doc/proxsmtpd.conf \
+ scripts/add_header.sh \
+ scripts/spamassassin.sh; \
+ do \
+ ${INSTALL_DATA} ${WRKSRC}/$$file ${EGDIR}; \
+ done
+
+.include "../../mk/bsd.pkg.mk"