freebsd-ports/sysutils/heat/Makefile
Chris D. Faulhaber 9567f89a98 New port, heat, which allows you to monitor the thermal aspects
measured by the Winbond chipset on your motherboard.  It also
supports the ability to monitor fans, and provides workarounds
for known bugs with certain motherboard models.

PR:		17641
Submitted by:	Jeremy Chadwick <yoshi@parodius.com>
2000-05-07 12:54:56 +00:00

21 lines
418 B
Makefile

# New ports collection makefile for: heat
# Date created: 28 March 2000
# Whom: Jeremy Chadwick <yoshi@parodius.com>
#
# $FreeBSD$
PORTNAME= heat
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.parodius.com/pub/heat/
MAINTAINER= yoshi@parodius.com
BIN1= heat
do-install:
.for i in ${BIN1}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin/${i}
.endfor
.include <bsd.port.mk>