aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/est/Makefile
blob: fec868900ed62e02723e07330999db2dfbe89eeb (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
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    Enhanced SpeedStep driver
# Date created:             21 August 2004
# Whom:                 cperciva@daemonology.net
#
# $FreeBSD$
#

PORTNAME=   est
PORTVERSION=    0.7.2
PORTREVISION=   2
CATEGORIES= sysutils
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>