freebsd-ports/mail/sma/Makefile
Dirk Meyer aabb31e67a - Update to 1.4
PR:		53970
Submitted by:	rob@debank.tv
2003-07-02 15:32:33 +00:00

43 lines
998 B
Makefile

# New ports collection makefile for: sma
# Date created: 28. Mar 2002
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= sma
PORTVERSION= 1.4
CATEGORIES= mail
MASTER_SITES= http://www.klake.org/sma/dl/ \
http://www.saunalahti.fi/~jt2/sma/dl/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Program that analyses Sendmail log entries
MAN8= sma.8
DOCSFILES= BUGS COPYRIGHT HISTORY README TODO
SAMPLEFILES= sma.conf
ALL_TARGET= sma
do-configure:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.sed
${SED} -e "s,CC =,CC?= ," \
-e "s,CFLAGS = -Wall -O,CFLAGS+= ," \
${WRKSRC}/Makefile.sed > ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sma ${PREFIX}/bin/sma
${INSTALL_MAN} ${WRKSRC}/sma.8 ${PREFIX}/man/man8/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${MKDIR} ${EXAMPLESDIR}
.for i in ${DOCSFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.for i in ${SAMPLEFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${EXAMPLESDIR}/
.endfor
.endif
.include <bsd.port.mk>