1bbc58a2d6
The rmail utility interprets incoming mail received via uucp, collapsing ``From'' lines in the form generated by mail.local into a single line of the form ``return-path!sender'', and passing the processed mail on to sendmail.
24 lines
430 B
Makefile
24 lines
430 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/03/26 20:52:01 jca Exp $
|
|
|
|
COMMENT = forward mail received via UUCP to the local MTA
|
|
|
|
DISTNAME = rmail-1.0
|
|
|
|
CATEGORIES = mail
|
|
|
|
MAINTAINER = Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
MASTER_SITES = http://wxcvbn.org/~jca/distfiles/
|
|
|
|
MAKE_FLAGS = BINDIR="${PREFIX}/bin" \
|
|
MANDIR="${PREFIX}/man/man"
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|