a7f82e4492
GKrellM-2 port of the snmp plugin.
24 lines
704 B
Text
24 lines
704 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/02/24 23:27:26 cube Exp $
|
|
|
|
--- Makefile.orig Tue Apr 3 09:25:07 2001
|
|
+++ Makefile
|
|
@@ -5,7 +5,7 @@
|
|
IMLIB_CONFIG = imlib-config
|
|
SYSLIB = -lsnmp
|
|
# we need lib crypto if libsnmp has privacy support.
|
|
-SYSLIB += -lcrypto -L/usr/local/ssl/lib -L/usr/ssl/lib
|
|
+SYSLIB += -lcrypto
|
|
|
|
# FreeBSD
|
|
#GTK_CONFIG = gtk12-config
|
|
@@ -14,8 +14,8 @@
|
|
#PLUGIN_DIR = /usr/X11R6/libexec/gkrellm/plugins/
|
|
|
|
USER_PLUGIN_DIR = $(HOME)/.gkrellm/plugins
|
|
-PLUGIN_DIR = /usr/share/gkrellm/plugins
|
|
-GKRELLM_INCLUDE = -I/usr/local/include
|
|
+PLUGIN_DIR = ${PREFIX}/lib/gkrellm/plugins
|
|
+GKRELLM_INCLUDE = -I${PREFIX}/include
|
|
|
|
GTK_INCLUDE = `$(GTK_CONFIG) --cflags`
|
|
GTK_LIB = `$(GTK_CONFIG) --libs`
|