# New ports collection makefile for: Enhanced SpeedStep driver
# Date created: 21 August 2004
# Whom: cperciva@daemonology.net
#
# $FreeBSD: ports/sysutils/est/Makefile,v 1.12 2007/06/29 09:16:41 linimon Exp $
#
PORTNAME= est
PORTVERSION= 0.7.2
PORTREVISION= 2
CATEGORIES= sysutils kld
MASTER_SITES= http://www.daemonology.net/freebsd-est/
MAINTAINER= cperciva@daemonology.net
COMMENT= Enhanced SpeedStep driver for Pentium M processors
ONLY_FOR_ARCHS= i386
KMODDIR= ${PREFIX}/modules
MAKE_ARGS= KMODDIR="${KMODDIR}"
USE_RC_SUBR= ${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 600015
IGNORE= is now contained in the base system (see cpufreq(4))
.endif
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= needs kernel source files
.endif
pre-install:
@${MKDIR} ${KMODDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
syntax highlighted by Code2HTML, v. 0.9.1