mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
8d9537e203
A sendmail logfile summary tool. PR: 15805 Submitted by: Will Andrews <andrews@technologist.com>
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# New ports collection makefile for: mreport
|
|
# Version required: 0.9
|
|
# Date created: 19 Dec 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mreport-0.9
|
|
CATEGORIES= mail sysutils
|
|
MASTER_SITES= ftp://ftp.datrix.co.za/pub/mreport/
|
|
|
|
MAINTAINER= andrews@technologist.com
|
|
|
|
ALL_TARGET= ALL
|
|
MAN8= mreport.8
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mreport ${PREFIX}/sbin
|
|
@${INSTALL_MAN} ${WRKSRC}/mreport.1 ${PREFIX}/man/man8/mreport.8
|
|
|
|
.include <bsd.port.mk>
|