summaryrefslogtreecommitdiff
path: root/mail/clamsmtp/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-21 03:54:24 +0000
committerxtraeme <xtraeme>2004-07-21 03:54:24 +0000
commit4d4ecfe12be77c7b8c46fa47d72291a94e6864e9 (patch)
tree8ac982a0f5b9ebe31d4138aabaf43eb9aaa15c51 /mail/clamsmtp/Makefile
parentb4ca90b8f0005f794502c774cd80e83ca4039dde (diff)
downloadpkgsrc-4d4ecfe12be77c7b8c46fa47d72291a94e6864e9.tar.gz
Initial import of clamsmtp-0.3.
ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The 'DATA' email body is intercepted and scanned before forwarding. ClamSMTP aims to be lightweight, reliable, and simple rather than have a myriad of options. It's written in C without major dependencies. If you need more options then you could use something big like AMaViS which is written in PERL and can do almost anything.
Diffstat (limited to 'mail/clamsmtp/Makefile')
-rw-r--r--mail/clamsmtp/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/clamsmtp/Makefile b/mail/clamsmtp/Makefile
new file mode 100644
index 00000000000..efa4570e55a
--- /dev/null
+++ b/mail/clamsmtp/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/21 03:54:24 xtraeme Exp $
+#
+
+DISTNAME= clamsmtp-0.3
+CATEGORIES= mail
+MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://memberwebs.com/nielsen/software/clamsmtp/
+COMMENT= SMTP filter that allows you to check for viruses
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+BUILD_DEPENDS+= clamav-[0-9]*:../../mail/clamav
+
+USE_BUILDLINK3= yes
+USE_PKGINSTALL= yes
+GNU_CONFIGURE= yes
+
+RCD_SCRIPTS= clamsmtpd
+
+MESSAGE_SUBST+= PKGBASE=${PKGBASE}
+MESSAGE_SUBST+= HOMEPAGE=${HOMEPAGE}
+
+.include "../../mk/bsd.prefs.mk"
+
+FILES_SUBST+= VARBASE=${VARBASE}
+FILES_SUBST+= CLAMAV_USER=${CLAMAV_USER}
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"