blob: eb0bac5b6447c32a8f7d5f7d031eb765d0521039 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# ex:ts=8
# New ports collection makefile for: ttyload
# Date Created: Nov 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ttyload
PORTVERSION= 0.5.2
PORTREVISION= 1
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
USE_BZIP2= yes
PLIST_FILES= bin/ttyload
PORTDOCS= *
SUB_FILES= pkg-message
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>
|