pkgsrc/mail/dot-forward/Makefile
zuntum 7412ceafc6 Initial import of dot-forward-0.71
dot-forward reads sendmail's .forward files under qmail. You can run it in the
qmail startup script to support all your existing .forward files automatically.
Individual users can switch to the .qmail mechanism at their leisure.

dot-forward supports forwarding, program deliveries, and comments. It does not
support file deliveries or :include:. (However, it recognizes file delivery
attempts, and defers delivery to give you a chance to set up a .qmail file.)

Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891
2001-09-16 21:59:27 +00:00

26 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/09/16 21:59:27 zuntum Exp $
#
DISTNAME= dot-forward-0.71
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://cr.yp.to/dot-forward.html
COMMENT= get qmail to use .forward files
DEPENDS+= qmail>=1.03:../../mail/qmail
ALL_TARGET= it
INSTALL_TARGET= setup check
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} ${LOCALBASE}/qmail > ${WRKSRC}/conf-qmail
.include "../../mk/bsd.pkg.mk"