blob: 25c841ee4933c9f3a1550e42e3ce40ad6c13ece9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= will@FreeBSD.org
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>
|