mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3c175cb569
Reviewed by: marcus
29 lines
600 B
Makefile
29 lines
600 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: ttyload
|
|
# Date Created: Nov 21, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ttyload
|
|
PORTVERSION= 0.4.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.daveltd.com/src/util/ttyload/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Give a color-coded graph of load averages over time
|
|
|
|
PLIST_FILES= bin/ttyload
|
|
USE_REINPLACE= yes
|
|
ALL_TARGET= default
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
|
|
s,^DEBUG,#DEBUG,g ; \
|
|
s,^CFLAGS\t=,CFLAGS+=,g" ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ttyload ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|