2004-09-02 04:16:40 +00:00
|
|
|
# New ports collection makefile for: Enhanced SpeedStep control daemon
|
|
|
|
# Date created: 1 September 2004
|
|
|
|
# Whom: cperciva@daemonology.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= estctrl
|
2004-12-08 17:34:22 +00:00
|
|
|
PORTVERSION= 0.8
|
2006-01-07 06:29:57 +00:00
|
|
|
PORTREVISION= 2
|
2004-09-02 04:16:40 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.daemonology.net/freebsd-est/
|
|
|
|
|
|
|
|
MAINTAINER= cperciva@daemonology.net
|
|
|
|
COMMENT= Enhanced SpeedStep control daemon
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/est.ko:${PORTSDIR}/sysutils/est
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
|
|
|
USE_RC_SUBR= yes
|
|
|
|
RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
|
|
|
|
|
|
|
|
PLIST_FILES= sbin/estctrl \
|
|
|
|
etc/rc.d/estctrl.sh
|
|
|
|
|
|
|
|
MAKE_ENV= BINDIR=${PREFIX}/sbin
|
|
|
|
|
2005-03-06 11:32:22 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 600015
|
2005-10-28 06:54:18 +00:00
|
|
|
IGNORE= estctrl now contained in the base system (see powerd(8))
|
2005-03-06 11:32:22 +00:00
|
|
|
.endif
|
|
|
|
|
2004-09-02 04:16:40 +00:00
|
|
|
post-extract:
|
|
|
|
${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
|
|
|
${FILESDIR}/estctrl.sh > ${WRKDIR}/estctrl.sh
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/estctrl.sh ${PREFIX}/etc/rc.d/estctrl.sh
|
|
|
|
${CAT} ${PKGMESSAGE}
|
|
|
|
|
2005-03-06 11:32:22 +00:00
|
|
|
.include <bsd.port.post.mk>
|