pkgsrc/sysutils/gkrellm-est/Makefile
tnn ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00

26 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.13 2008/01/18 05:09:43 tnn Exp $
#
DISTNAME= gkrellm-est-20040710
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://cubidou.nerim.net/gkrellm-est/
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://cubidou.nerim.net/gkrellm-est/
COMMENT= GKrellM plugin that controls EST-capable processors
NO_CONFIGURE= yes
USE_TOOLS+= pkg-config
ONLY_FOR_PLATFORM= NetBSD-2.0[F-Z]*-i386 NetBSD-2.99.*-i386
ONLY_FOR_PLATFORM+= NetBSD-[3-9].*-i386
ONLY_FOR_PLATFORM+= DragonFly-1.[7-9].*-i386 DragonFly-[2-9].*-i386
INSTALLATION_DIRS= lib/gkrellm2/plugins
do-install:
${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"