From 8a51c3ab4aecf779a70bd280fa0f671ab359297a Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 24 Feb 2004 23:34:11 +0000 Subject: Update to version 0.21. This is the GKrellM-2 port of the snmp plugin. It also includes a few new features, such as a grapher and support for tcp transport. --- net/gkrellm-snmp/Makefile | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'net/gkrellm-snmp/Makefile') diff --git a/net/gkrellm-snmp/Makefile b/net/gkrellm-snmp/Makefile index a5180b92d1a..a3cf6533a80 100644 --- a/net/gkrellm-snmp/Makefile +++ b/net/gkrellm-snmp/Makefile @@ -1,25 +1,18 @@ -# $NetBSD: Makefile,v 1.11 2004/01/24 14:50:05 grant Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/24 23:34:11 cube Exp $ +# -DISTNAME= gkrellm_snmp-0.18 -PKGNAME= gkrellm-snmp-0.18 -PKGREVISION= 6 -CATEGORIES= net sysutils -MASTER_SITES= http://triq.net/gkrellm/ +DISTNAME= gkrellm_snmp-0.21 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= net +MASTER_SITES= http://triq.net/gkrellm/ -MAINTAINER= jasper@pointless.net -HOMEPAGE= http://triq.net/gkrellm.html -COMMENT= Simple SNMP monitor for gkrellm +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://triq.net/gkrellm_snmp.html +COMMENT= GKrellM plugin to display values collected from a SNMP agent -USE_BUILDLINK2= # defined -USE_GNU_TOOLS+= make +USE_BUILDLINK2= YES -do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins - ${INSTALL_PROGRAM} ${WRKSRC}/gkrellm_snmp.so ${PREFIX}/lib/gkrellm/plugins/ - -.include "../../graphics/imlib/buildlink2.mk" -.include "../../net/ucd-snmp/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" .include "../../sysutils/gkrellm/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../net/net-snmp/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3