3c175cb569
Reviewed by: marcus
33 lines
806 B
Makefile
33 lines
806 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/
|
|
|
|
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>
|