2000-01-30 18:24:03 +00:00
|
|
|
# New ports collection makefile for: mreport
|
|
|
|
# Date created: 19 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= mreport
|
2001-02-05 15:11:27 +00:00
|
|
|
PORTVERSION= 0.9
|
2000-01-30 18:24:03 +00:00
|
|
|
CATEGORIES= mail sysutils
|
2003-10-29 07:14:04 +00:00
|
|
|
# mastersite disappeared in August 2003
|
|
|
|
MASTER_SITES= # ftp://ftp.datrix.co.za/pub/mreport/
|
2000-01-30 18:24:03 +00:00
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Sendmail logfile summary tool
|
2000-01-30 18:24:03 +00:00
|
|
|
|
2002-06-22 13:54:17 +00:00
|
|
|
USE_REINPLACE= yes
|
2000-01-30 18:24:03 +00:00
|
|
|
ALL_TARGET= ALL
|
|
|
|
MAN8= mreport.8
|
|
|
|
|
2001-06-17 04:44:37 +00:00
|
|
|
post-patch:
|
2002-06-22 13:54:17 +00:00
|
|
|
@${REINPLACE_CMD} -e "s/^.TH mreport 1/.TH mreport 8/g; s/^.LO 1/.LO 8/g;" \
|
2001-06-17 04:44:37 +00:00
|
|
|
${WRKSRC}/mreport.1
|
2002-10-10 12:59:36 +00:00
|
|
|
@${REINPLACE_CMD} -E -e "s/^CC.+//g; s|-Wall -c -O2|${CFLAGS} -c|g;" \
|
2001-06-17 04:44:37 +00:00
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
2000-01-30 18:24:03 +00:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mreport ${PREFIX}/sbin
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/mreport.1 ${PREFIX}/man/man8/mreport.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|