freebsd-ports/sysutils/bsdhwmon/Makefile
2008-11-20 11:06:24 +00:00

30 lines
626 B
Makefile

# New ports collection makefile for: bsdhwmon
# Date created: 5 October 2008
# Whom: Jeremy Chadwick <koitsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bsdhwmon
PORTVERSION= 20081107
CATEGORIES= sysutils
MASTER_SITES= http://bsdhwmon.parodius.com/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Hardware sensor monitoring utility for FreeBSD
PLIST_FILES= sbin/bsdhwmon
MAN8= bsdhwmon.8
.if defined(WITH_DEBUG)
MAKE_ARGS+= DEBUG=1
.endif
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsdhwmon ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/bsdhwmon.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.post.mk>