mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2b01424c03
PR: ports/142768 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: maintainer timeout (sexbear@tmu.edu.tw; > 2 weeks)
29 lines
661 B
Makefile
29 lines
661 B
Makefile
# New ports collection makefile for: mailmgr
|
|
# Date created: 14 August 2003
|
|
# Whom: Hsin-Hsiung Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mailmgr
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://sarg.sourceforge.net/
|
|
|
|
MAINTAINER= sexbear@tmu.edu.tw
|
|
COMMENT= Sendmail Analysis Report Generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/mailmgr.conf ${PREFIX}/etc/mailmgr.conf.default
|
|
.if !exists(${PREFIX}/etc/mailmgr.conf)
|
|
${INSTALL_DATA} ${WRKSRC}/mailmgr.conf ${PREFIX}/etc/mailmgr.conf
|
|
.endif
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mailmgr ${PREFIX}/bin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|