freebsd-ports/mail/mailmgr/Makefile

22 lines
451 B
Makefile
Raw Normal View History

# Created by: 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:
2014-02-21 09:56:21 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/mailmgr ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/mailmgr.conf \
${STAGEDIR}${PREFIX}/etc/mailmgr.conf.sample
.include <bsd.port.mk>