freebsd-ports/sysutils/k8temp/Makefile
Martin Wilke 2b1158890c k8temp is a utility to read the on-die temperature sensors provided by
AMD K8 processors, including most Athlon 64's and Opterons.

WWW: http://hur.st/k8temp/

PR:		ports/117405
Submitted by:	Thomas Hurst <tom at hur.st>
2007-10-24 11:23:15 +00:00

26 lines
543 B
Makefile

# New ports collection makefile for: k8temp
# Date created: 21 October 2007
# Whom: Thomas Hurst <tom@hur.st>
#
# $FreeBSD$
#
PORTNAME= k8temp
PORTVERSION= 0.1.1
CATEGORIES= sysutils
MASTER_SITES= http://hur.st/k8temp/
MAINTAINER= tom@hur.st
COMMENT= Athlon 64 and Opteron on-die temperature reader
MAN8= k8temp.8
PLIST_FILES= sbin/k8temp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8
.endif
.include <bsd.port.mk>