aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/k8temp/Makefile
blob: 4a636f18481fabc62a04c3c7d916a65f373e42d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    k8temp
# Date created:        21 October 2007
# Whom:                Thomas Hurst <tom@hur.st>
#
# $FreeBSD$
#

PORTNAME=   k8temp
PORTVERSION=    0.2.0
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>