diff options
author | jtb <jtb@pkgsrc.org> | 2002-05-04 01:15:25 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2002-05-04 01:15:25 +0000 |
commit | 27a78452a5e9228a40e002f31b7f5bea0591f659 (patch) | |
tree | 13f90acd87bf24d2f866844cdab4ef41b64da36f /mail/nullmailer/Makefile | |
parent | 3c71cce0c101f022381df59555de827dd0cb46e9 (diff) | |
download | pkgsrc-27a78452a5e9228a40e002f31b7f5bea0591f659.tar.gz |
Initial import of nullmailer.
This is nullmailer, a sendmail/qmail/etc replacement MTA for hosts
which relay to a fixed set of smart relays. It is designed to be
simple to configure, secure, and easily extendable.
Diffstat (limited to 'mail/nullmailer/Makefile')
-rw-r--r-- | mail/nullmailer/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile new file mode 100644 index 00000000000..f9cec8c3807 --- /dev/null +++ b/mail/nullmailer/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/04 01:15:25 jtb Exp $ + +DISTNAME= nullmailer-1.00RC5 +CATEGORIES= mail +MASTER_SITES= http://untroubled.org/nullmailer/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://untroubled.org/nullmailer/ +COMMENT= Simple relay-only mail transport agent + +GNU_CONFIGURE= # defined + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nullmailer + cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS BUGS COPYING ChangeLog \ + HOWTO NEWS README TODO ${PREFIX}/share/doc/nullmailer + +.include "../../mk/bsd.pkg.mk" |