summaryrefslogtreecommitdiff
path: root/mail/ezmlm/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-09-16 23:12:49 +0000
committerzuntum <zuntum>2001-09-16 23:12:49 +0000
commit19819c55fe136e738bb7285e60601a90f0a44be5 (patch)
tree3b382817c6794812097382ec497eece3952094d6 /mail/ezmlm/Makefile
parent3df25f3c241f7405ecfd2c84265a98e6cc3425d8 (diff)
downloadpkgsrc-19819c55fe136e738bb7285e60601a90f0a44be5.tar.gz
Initial import of ezmlm-0.53
ezmlm is an easy-to-use, high-speed mailing list manager for qmail. ezmlm lets users set up their own mailing lists within qmail's address hierarchy. A user, Joe, types ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net and instantly has a functioning mailing list, joe-sos@isp.net, with all relevant information stored in a new ~/SOS directory. ezmlm takes advantage of qmail's VERPs to reliably determine the recipient address and message number for every incoming bounce message. ezmlm is reliable, even in the face of system crashes. It writes each new subscription and each new message safely to disk before it reports success to qmail. ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into memory. ezmlm hashes the subscription list into a set of independent files so that it can handle subscription requests quickly. ezmlm uses qmail for blazingly fast parallel SMTP deliveries. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890
Diffstat (limited to 'mail/ezmlm/Makefile')
-rw-r--r--mail/ezmlm/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile
new file mode 100644
index 00000000000..96a3351b7a6
--- /dev/null
+++ b/mail/ezmlm/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 23:12:49 zuntum Exp $
+#
+
+DISTNAME= ezmlm-0.53
+CATEGORIES= mail
+MASTER_SITES= http://cr.yp.to/software/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://cr.yp.to/ezmlm.html
+COMMENT= easy-to-use, high-speed mailing list manager for qmail
+
+DEPENDS+= qmail>=1.03:../../mail/qmail
+
+ALL_TARGET= it man
+INSTALL_TARGET= setup
+
+RESTRICTED= "unsure of djb's license"
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+post-patch:
+ ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
+ ${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld
+ ${ECHO} ${PREFIX}/bin > ${WRKSRC}/conf-bin
+ ${ECHO} ${PREFIX}/man > ${WRKSRC}/conf-man
+
+.include "../../mk/bsd.pkg.mk"