1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/sysutils/wmlmmon/Makefile
Chris Piazza 0d965d4823 wmlmmon v0.50
This program displays information gathered from LM78/79 chipsets
onboard many motherboards onto a [standard] WindowMaker dock app.
Displayed values include fan speeds, motherboard temperature,
and various voltages.

PR:		13939
Submitted by:	Chris D. Faulhaber <jedgar@fxp.org>
1999-09-27 17:20:05 +00:00

33 lines
626 B
Makefile

# New ports collection makefile for: wmlmmon
# Version required: 0.50
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= wmlmmon-0.50
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/
MAINTAINER= jedgar@fxp.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
MAN8= wmlmmon.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
pre-fetch:
@${ECHO}
@${ECHO} "This port uses the intpm controller which"
@${ECHO} "is only available in FreeBSD 4.0-CURRENT."
@${ECHO}
.endif
.include <bsd.port.mk>