pkgsrc/sysutils/estd/Makefile
khorben 1f00f59ca0 Removed the "estd: Forked" message
It seems useless to me, and it is inconsistent with the rest of the
initialization scripts.
2015-03-06 18:08:38 +00:00

32 lines
918 B
Makefile

# $NetBSD: Makefile,v 1.28 2015/03/06 18:08:38 khorben Exp $
DISTNAME= estd-r11
PKGNAME= estd-0.11
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/estd.html
COMMENT= Dynamically sets the CPU-frequency on SpeedStep and PowerNow CPUs
LICENSE= 2-clause-bsd
INSTALLATION_DIRS= share/examples/rc.d
ONLY_FOR_PLATFORM= NetBSD-2.99.*-i386 NetBSD-[3-9]*-i386 \
NetBSD-[4-9]*-x86_64 DragonFly-*-i386 \
NetBSD-5.99.*-powerpc \
NetBSD-5.99.*-mips64el \
NetBSD-[7-9]*-earm* NetBSD-[7-9]*-arm*
RCD_SCRIPTS= estd
RCD_SCRIPT_SRC.estd= ${WRKSRC}/estd.sh
SUBST_CLASSES+= rcd
SUBST_STAGE.rcd= do-configure
SUBST_MESSAGE.rcd= Fixing startup script.
SUBST_FILES.rcd= estd.sh
SUBST_SED.rcd= -e 's|@PREFIX@|${PREFIX}|'
SUBST_SED.rcd+= -e 's|@ECHO@|${ECHO}|'
.include "../../mk/bsd.pkg.mk"