freebsd-ports/mail/mreport/Makefile
Sam Lawrance 0efbc06135 Mark these ports DEPRECATED due to being unmaintained and one or more
of stale, obsolete, unused, irrelevant and unloved.
60 days grace in which I will gladly accept fix requests.

PR:		ports/79666
Submitted by:	me
2005-05-31 13:16:44 +00:00

35 lines
872 B
Makefile

# New ports collection makefile for: mreport
# Date created: 19 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= mreport
PORTVERSION= 0.9
CATEGORIES= mail sysutils
# mastersite disappeared in August 2003
MASTER_SITES= # ftp://ftp.datrix.co.za/pub/mreport/
DEPRECATED= "master site disappeared"
EXPIRATION_DATE=2005-07-31
MAINTAINER= ports@FreeBSD.org
COMMENT= Sendmail logfile summary tool
USE_REINPLACE= yes
ALL_TARGET= ALL
MAN8= mreport.8
PLIST_FILES= sbin/mreport
post-patch:
@${REINPLACE_CMD} -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \
${WRKSRC}/mreport.1
@${REINPLACE_CMD} -E -e "s/^CC.+//g; s|-Wall -c -O2|${CFLAGS} -c|g;" \
${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mreport ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/mreport.1 ${PREFIX}/man/man8/mreport.8
.include <bsd.port.mk>