mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9567f89a98
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>
22 lines
418 B
Makefile
22 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>
|