diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-09-30 18:04:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-09-30 18:04:52 +0000 |
commit | 8b7d8811275cb5b6695324820b354b1f1a60216a (patch) | |
tree | 58e1ea7f59e7f4ac70d69e275032c564bf63eea5 /mail/lmtpd | |
parent | ca492c9617988f7c22fe45fe8b7866446b2bbf46 (diff) | |
download | ports-8b7d8811275cb5b6695324820b354b1f1a60216a.tar.gz ports-8b7d8811275cb5b6695324820b354b1f1a60216a.zip |
Notes
Diffstat (limited to 'mail/lmtpd')
-rw-r--r-- | mail/lmtpd/Makefile | 27 | ||||
-rw-r--r-- | mail/lmtpd/distinfo | 1 | ||||
-rw-r--r-- | mail/lmtpd/pkg-descr | 14 | ||||
-rw-r--r-- | mail/lmtpd/pkg-plist | 2 |
4 files changed, 44 insertions, 0 deletions
diff --git a/mail/lmtpd/Makefile b/mail/lmtpd/Makefile new file mode 100644 index 000000000000..a7522dbfe03f --- /dev/null +++ b/mail/lmtpd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: libhome +# Date created: Fri Aug 14 2003 +# Whom: Xavier Beaudouin <kiwi@oav.net> +# +# $FreeBSD$ +# + +PORTNAME= lmtpd +PORTVERSION= 0.9.7 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pll + +MAINTAINER= kiwi@oav.net +COMMENT= LMTPD is a lmtp server compliant with RFC 2033 and Maildir++ + +LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client \ + pcre:${PORTSDIR}/devel/pcre +BUILD_DEPENDS= ${LOCALBASE}/lib/libhome.a:${PORTSDIR}/misc/libhome + +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --with-mysqllog --without-db3 --without-db4 --with-pcre --without-perl + +MAN8= lmtpd.8 + +.include <bsd.port.mk> diff --git a/mail/lmtpd/distinfo b/mail/lmtpd/distinfo new file mode 100644 index 000000000000..5f54da349536 --- /dev/null +++ b/mail/lmtpd/distinfo @@ -0,0 +1 @@ +MD5 (lmtpd-0.9.7.tar.gz) = f8da5b4f6ab761bf42bd367c1a178296 diff --git a/mail/lmtpd/pkg-descr b/mail/lmtpd/pkg-descr new file mode 100644 index 000000000000..5289ef7a549e --- /dev/null +++ b/mail/lmtpd/pkg-descr @@ -0,0 +1,14 @@ +LMTPD is a RFC2033 compliant LMTPD server. +Supported features : + o Maildir++ folder and soft quotas + o User defined filters + o Automatic Maildir creation + o Courier Shared folder + o User extensions + o Virtual domains via libhome + o MySQL and syslog logging + o Fully configurable + o Antivirus checks using external ClamAV, Sophie or Dr Web server + o Interface with SpamAssasin + +WWW: http://pll.sourceforge.net/ diff --git a/mail/lmtpd/pkg-plist b/mail/lmtpd/pkg-plist new file mode 100644 index 000000000000..ec65c5842614 --- /dev/null +++ b/mail/lmtpd/pkg-plist @@ -0,0 +1,2 @@ +libexec/lmtpd +bin/filtercheck |