freebsd-ports/mail/mailgraph/Makefile
Ying-Chieh Liao fee9324cee fix typo
bump portrevision

PR:		38561
Submitted by:	maintaine
2002-05-26 13:30:23 +00:00

27 lines
616 B
Makefile

# New ports collection makefile for: mailgraph
# Date created: 30 August 2002
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= mailgraph
PORTVERSION= 0.19
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/
MAINTAINER= gslin@ccca.nctu.edu.tw
NO_BUILD= yes
NO_STRIP= yes
RUN_DEPENDS= ${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool \
${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail
do-install:
.for FILE in mailgraph.cgi mailgraph.pl
@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/www/cgi-bin/
.endfor
.include <bsd.port.mk>