2007-10-24 11:23:15 +00:00
|
|
|
# New ports collection makefile for: k8temp
|
|
|
|
# Date created: 21 October 2007
|
|
|
|
# Whom: Thomas Hurst <tom@hur.st>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= k8temp
|
2008-06-27 11:46:40 +00:00
|
|
|
PORTVERSION= 0.4.0
|
2007-10-24 11:23:15 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://hur.st/k8temp/
|
|
|
|
|
|
|
|
MAINTAINER= tom@hur.st
|
|
|
|
COMMENT= Athlon 64 and Opteron on-die temperature reader
|
|
|
|
|
2007-11-18 08:19:55 +00:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
|
2007-10-24 11:23:15 +00:00
|
|
|
MAN8= k8temp.8
|
|
|
|
|
|
|
|
PLIST_FILES= sbin/k8temp
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|