freebsd-ports/sysutils/ttyload/Makefile
Dennis Herrmann 2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00

34 lines
730 B
Makefile

# ex:ts=8
# New ports collection makefile for: ttyload
# Date Created: Nov 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ttyload
PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ \
http://mirror.mcx2.org/
MAINTAINER= dhn@FreeBSD.org
COMMENT= Give a color-coded graph of load averages over time
ALL_TARGET= default
PLIST_FILES= bin/ttyload
PORTDOCS= *
post-install:
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}/LICENSE
.endif
@${ECHO_MSG} ""
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG} ""
.include <bsd.port.mk>