$NetBSD: patch-gtk,v 1.2 1999/12/26 00:32:10 wiz Exp $ --- Makefile.orig Tue Sep 28 22:35:33 1999 +++ Makefile Wed Sep 29 12:44:42 1999 @@ -113,6 +113,17 @@ endif +########################################################################## +# NetBSD +########################################################################## +ifeq ($(UNAME),NetBSD) +# remove if you do not have GTK or do not want the GTK frame analyzer + GTK = -DHAVEGTK `gtk-config --cflags` + GTKLIBS = `gtk-config --libs` +# Comment out next 2 lines if you want to remove VBR histogram capability + BRHIST_SWITCH = -DBRHIST + LIBTERMCAP = -lcurses +endif ########################################################################## # SunOS